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.

3 uses of ADVAGG_PAGE_CACHE_MODE
advagg_disable_page_cache in ./advagg.module
Disable the page cache if the aggregate is not in the bundle.
advagg_init in ./advagg.module
Implements hook_init().
_advagg_admin_form_general in includes/admin.inc

File

includes/constants.inc, line 114

Code

define('ADVAGG_PAGE_CACHE_MODE', TRUE);