You are here

function authcache_varnish_authcache_request_exclude in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_request_exclude().

File

modules/authcache_varnish/authcache_varnish.module, line 134
Authcache cache backend module for varnish.

Code

function authcache_varnish_authcache_request_exclude() {
  if (arg(0) === 'authcache-varnish-get-key') {
    return t('Authcache varnish key callback');
  }
}