constant ESI_BLOCK_DEFAULT_MAX_AGE in ESI: Edge Side Includes 6.2
2 uses of ESI_BLOCK_DEFAULT_MAX_AGE
- esi_admin_settings_form in ./
esi.admin.inc - Admin settings form
- esi_get_settings in ./
esi.inc - Get / Set the config for a particular block.
File
- ./
esi.module, line 31 - Adds support for ESI (Edge-Side-Include) integration, allowing blocks to be\ delivered by ESI, with support for per-block cache times.
Code
define('ESI_BLOCK_DEFAULT_MAX_AGE', 300);