You are here

function authcache_esi_authcache_p13n_client in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_p13n_client().

File

modules/authcache_esi/authcache_esi.module, line 32
Authcache ESI markup generator.

Code

function authcache_esi_authcache_p13n_client() {
  return array(
    'authcache_esi' => array(
      'title' => t('ESI'),
      'enabled' => !empty($_SERVER['HTTP_X_AUTHCACHE_DO_ESI']),
    ),
  );
}