You are here

function authcache_panels_cache_set_cache in Authenticated User Page Caching (Authcache) 7.2

Sets cached content.

1 string reference to 'authcache_panels_cache_set_cache'
authcache_panels.inc in modules/authcache_panels/plugins/cache/authcache_panels.inc
Authcache Panels cache plugin.

File

modules/authcache_panels/plugins/cache/authcache_panels.inc, line 35
Authcache Panels cache plugin.

Code

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