function authcache_p13n_flush_caches in Authenticated User Page Caching (Authcache) 7.2
Implements hook_flush_caches().
Related topics
File
- modules/
authcache_p13n/ authcache_p13n.module, line 1219 - Provides methods for serving personalized content fragments.
Code
function authcache_p13n_flush_caches() {
return array(
'cache_authcache_p13n',
);
}