You are here

function esi_esi_cache_set_cache in ESI: Edge Side Includes 6.2

Set cached content.

1 string reference to 'esi_esi_cache_set_cache'
esi.inc in plugins/cache/esi.inc
ESI cache plugin. Substitutes esi-tags for a panel-pane's content.

File

plugins/cache/esi.inc, line 62
ESI cache plugin. Substitutes esi-tags for a panel-pane's content.

Code

function esi_esi_cache_set_cache($conf, $content, $display, $args, $contexts, $pane = NULL) {
}