You are here

constant ESI_DEFAULT_TTL in ESI: Edge Side Includes 7.3

4 uses of ESI_DEFAULT_TTL
esi_admin_configuration_form in ./esi.admin.inc
Menu handler to display the configuration form.
esi_block_form_block_admin_configure_alter in modules/esi_block/esi_block.module
Implements hook_form_FORM_ID_alter(). for block_admin_configure Add ESI-configuration options to the block-config pages.
esi_max_age_options in ./esi.module
Get a list of possible max age (ttl) choices.
esi_panels_esi_cache_settings_form in modules/esi_panels/plugins/cache/esi.inc
Admin-settings form for configuring the ESI cache on panel panes.

File

./esi.module, line 46
Adds support for ESI (Edge-Side-Include) integration, allowing components\ to be delivered by ESI, with support for per-component cache times.

Code

define('ESI_DEFAULT_TTL', 300);