You are here

function esi_panels_esi_cache_set_cache in ESI: Edge Side Includes 7.3

Set cached content.

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

File

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

Code

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

  // $content will be a panels_cache_object; $content->content is the actual
  // content.
  // DO NOTHING!
}