You are here

function authcache_builtin_test_authcache_preclude in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_preclude().

1 string reference to 'authcache_builtin_test_authcache_preclude'
AuthcacheBuiltinTestCacheBackend::testCachePreclusion in modules/authcache_builtin/tests/authcache_builtin.cache-backend.test
Preclusion: Suppress subsequent page request being delivered from cache.

File

modules/authcache_builtin/tests/authcache_builtin_test.module, line 10
Stub module for Authcache Builtin Storage Backend test.

Code

function authcache_builtin_test_authcache_preclude() {
  return HookStub::record(__FUNCTION__, func_get_args());
}