You are here

constant AUTHCACHE_NOCACHE_DEFAULT in Authenticated User Page Caching (Authcache) 6

Same name and namespace in other branches
  1. 7.2 authcache.module \AUTHCACHE_NOCACHE_DEFAULT
  2. 7 authcache.module \AUTHCACHE_NOCACHE_DEFAULT
3 uses of AUTHCACHE_NOCACHE_DEFAULT
authcache_admin_config_submit in ./authcache.admin.inc
Authcache config form submit
authcache_admin_pagecaching_submit in ./authcache.admin.inc
Page caching rules form submit
_authcache_is_cacheable in ./authcache.helpers.inc
Should the current page be cached?

File

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

Code

define('AUTHCACHE_NOCACHE_DEFAULT', 'admin*
user*
node/add/*
node/*/edit
node/*/track
tracker*
comment/edit*
civicrm*
cart*
filefield/*');