function cdn_flush_caches in CDN 6.2
Same name and namespace in other branches
- 7.2 cdn.module \cdn_flush_caches()
Implementation of hook_flush_caches().
File
- ./
cdn.module, line 466
Code
function cdn_flush_caches() {
// Force refresh of the blacklist.
cdn_get_blacklist(TRUE);
}