You are here

function authcache_flush_caches in Authenticated User Page Caching (Authcache) 7.2

Implements hook_flush_caches().

File

./authcache.module, line 198
Authenticated User Page Caching (and anonymous users, too!)

Code

function authcache_flush_caches() {
  return array(
    'cache_authcache_key',
  );
}