remove
]]>I use wp fragment cache on my website this way:
if ( ! WP_Fragment_Cache::output( “photo_gallery_page”, 600 ) ){
//cache galllery page
WP_Fragment_Cache::store();
}
If i want to delete that cache entry before it expires, what method should i call?
I was thinking on something like:
WP_Fragment_Cache::purge( “photo_gallery_page”)
but id does not seem to work.
What am i doing wrong?
Thanks
]]>I have installed w3 cache as backend … what should be enabled exactly?
it is required to enable objectcache in w3 or the pagecache too?
Regards
]]>Hi, I am a bit confused. Your plugin describes perfectly what we need on our site, which has a lot of dynamic sidebars.
Using any other caching plugin renders the site useless because it caches every single page.
I don’t understand the warning:
This plugin can’t be activated without a persistent cache.
because if you use any of the persistent cache plugins, it caches everything, so it defeats the purpose of have an additional plugin that caches page fragments?
]]>