constant AUTHCACHE_NOCACHE_DEFAULT in Authenticated User Page Caching (Authcache) 7.2
Same name and namespace in other branches
- 6 authcache.module \AUTHCACHE_NOCACHE_DEFAULT
- 7 authcache.module \AUTHCACHE_NOCACHE_DEFAULT
2 uses of AUTHCACHE_NOCACHE_DEFAULT
- AuthcachePolicyTestCase::testCustomPagecaching in ./
authcache.test - Test custom page caching rules (variable: authcache_pagecaching).
- _authcache_default_pagecaching in ./
authcache.module - Return default pagecaching rule.
File
- ./
authcache.module, line 8 - Authenticated User Page Caching (and anonymous users, too!)
Code
define('AUTHCACHE_NOCACHE_DEFAULT', '
user*
node/add/*
node/*/edit
node/*/track
tracker*
civicrm*
cart*
checkout*
system/files/*
system/temporary*
file/ajax/*
js/admin_menu/cache/*
');