constant AUTHCACHE_NOCACHE_DEFAULT in Authenticated User Page Caching (Authcache) 7
Same name and namespace in other branches
- 6 authcache.module \AUTHCACHE_NOCACHE_DEFAULT
- 7.2 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', '
user*
node/add/*
node/*/edit
node/*/track
tracker*
comment/edit*
civicrm*
cart*
system/files/*
system/temporary*
file/ajax/*
');