function esi_block__esi_block_flush in ESI: Edge Side Includes 7.3
Flush the ESI block caches. Defined in hook_esi_component_info().
See also
esi_block_esi_component_info()
2 string references to 'esi_block__esi_block_flush'
- esi_block_esi_component_info in modules/
esi_block/ esi_block.module - Implements hook_esi_component().
- hook_esi_component in ./
esi.api.inc - Declare a handler for delivering content through ESI.
File
- modules/
esi_block/ esi_block.esi.inc, line 163 - ESI handlers for ESI Block.
Code
function esi_block__esi_block_flush() {
// @TODO.
}