You are here

function authcache_test_authcache_backend_key_set in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_backend_key_set().

File

tests/authcache_test.module, line 420
Mock module to aid in testing authcache.module.

Code

function authcache_test_authcache_backend_key_set($key, $lifetime, $has_session) {
  return HookStub::record(__FUNCTION__, func_get_args());
}