function authcache_panels_cache_clear_cache in Authenticated User Page Caching (Authcache) 7.2
Clears cached content.
Cache clears are always for an entire display, regardless of arguments.
1 string reference to 'authcache_panels_cache_clear_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 43 - Authcache Panels cache plugin.
Code
function authcache_panels_cache_clear_cache($display) {
}