You are here

function _uc_file_flush_cache in Ubercart 7.3

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

Flush our cache.

File

uc_file/uc_file.module, line 1485
Allows products to be associated with downloadable files.

Code

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