function authcache_panels_cache_get_cache in Authenticated User Page Caching (Authcache) 7.2
Get cached content.
1 string reference to 'authcache_panels_cache_get_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 29 - Authcache Panels cache plugin.
Code
function authcache_panels_cache_get_cache($conf, $display, $args, $contexts, $pane = NULL) {
}