constant ADVAGG_PAGE_CACHE_MODE in Advanced CSS/JS Aggregation 6
Same name and namespace in other branches
- 7 includes/constants.inc \ADVAGG_PAGE_CACHE_MODE
Default mode of advagg in regards to the page cache.
FALSE - Cache all pages. TRUE - Don't cache page if aggregate could be included on that page & it is not.
2 uses of ADVAGG_PAGE_CACHE_MODE
- advagg_admin_settings_form in ./
advagg.admin.inc - Form builder; Configure advagg settings.
- advagg_disable_page_cache in ./
advagg.module - Disable the page cache if the aggregate is not in the bundle.
File
- ./
advagg.module, line 125 - Advanced CSS/JS aggregation module
Code
define('ADVAGG_PAGE_CACHE_MODE', TRUE);