You are here

function authcache_debug_flush_caches in Authenticated User Page Caching (Authcache) 7.2

Implements hook_flush_caches().

File

modules/authcache_debug/authcache_debug.module, line 101
Debug widget for Authcache.

Code

function authcache_debug_flush_caches() {
  return array(
    'cache_authcache_debug',
  );
}