constant AUTHCACHE_NONHTML_CONTENTTYPES in Authenticated User Page Caching (Authcache) 7
1 use of AUTHCACHE_NONHTML_CONTENTTYPES
- _authcache_get_nonhtml_content_types in ./
authcache.helpers.inc - Retrun an array of cachable non-html content-types.
File
- ./
authcache.module, line 37 - Authenticated User Page Caching (and anonymous users, too!)
Code
define('AUTHCACHE_NONHTML_CONTENTTYPES', '
text/javascript
text/plain
application/xml
application/atom+xml
');