You are here

function _uc_file_flush_cache in Ubercart 6.2

Same name and namespace in other branches
  1. 8.4 uc_file/uc_file.module \_uc_file_flush_cache()
  2. 7.3 uc_file/uc_file.module \_uc_file_flush_cache()

Flush our cache.

File

uc_file/uc_file.module, line 1611

Code

function _uc_file_flush_cache() {
  $cache = _uc_file_get_cache();
  $cache = array();
}