constant ESI_AJAX_FALLBACK in ESI: Edge Side Includes 6.2
3 uses of ESI_AJAX_FALLBACK
- esi_admin_settings_form in ./
esi.admin.inc - Admin settings form
- esi_init in ./
esi.module - Implementation of hook_init().
- theme_esi_tag in ./
esi.theme.inc - Create the ESI-tag for a particular block.
File
- ./
esi.module, line 16 - 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_AJAX_FALLBACK', TRUE);