[Plugin: W3 Total Cache] Object cache flushing
-
I use this function to clear the object cache, maybe it could be of use to others.
function w3tc_objectcache_flush(){
require_once W3TC_DIR . ‘/lib/W3/ObjectCache.php’;
$w3_objectcache = & W3_ObjectCache::instance();
return $w3_objectcache->flush();
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: W3 Total Cache] Object cache flushing’ is closed to new replies.