You are here

function authcache_precluded in Authenticated User Page Caching (Authcache) 7.2

Whether next page request will not be served from cache.

Return true if the next page request for this client should not be served from the cache.

Related topics

1 call to authcache_precluded()
authcache_authcache_cookie in ./authcache.module
Implements hook_authcache_cookie().

File

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

Code

function authcache_precluded() {
  return _authcache_preclude();
}