function ad_cache_file_flush_caches in Advertisement 6.2
Same name and namespace in other branches
- 6.3 cache/file/ad_cache_file.module \ad_cache_file_flush_caches()
- 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();
}