function authcache_enum_authcache_enum_anonymous_keys in Authenticated User Page Caching (Authcache) 7.2
Implements hook_authcache_enum_anonymous_keys().
File
- modules/
authcache_enum/ authcache_enum.module, line 180 - Provides methods for computing and enumerating authcache keys
Code
function authcache_enum_authcache_enum_anonymous_keys() {
global $base_root;
return variable_get('authcache_key_generator_keys', $base_root);
}