You are here

function _uc_file_flush_cache in Ubercart 8.4

Same name and namespace in other branches
  1. 6.2 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 761
Allows products to be associated with downloadable files.

Code

function _uc_file_flush_cache() {
  $cache = _uc_file_get_cache();
  $cache = [];
}