You are here

function ad_cache_file_flush_caches in Advertisement 6.3

Same name and namespace in other branches
  1. 6.2 cache/file/ad_cache_file.module \ad_cache_file_flush_caches()
  2. 7 cache/file/ad_cache_file.module \ad_cache_file_flush_caches()

File

cache/file/ad_cache_file.module, line 106
A plug in for the ad.module, providing a file cache mechanism for improved performance when displaying ads.

Code

function ad_cache_file_flush_caches() {
  ad_cache_file_force_flush();
}