Community Support Forums — WordPress® ( Users Helping Users ) — 2011-04-30T12:15:18-05:00 http://www.primothemes.com/forums/feed.php?f=5&t=1975 2011-04-30T12:15:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1975&p=13875#p13875 <![CDATA[Re: Programmatically clear cache of specific page]]>
as far as tables, no, and I'm guessing this is where you are having a similar trouble to me,
I was updating custom field info without hitting publish and running into troubles..

if you can try putting this is the code for whatever is updating the tables:
if (function_exists('ws_plugin__qcache_purge_cache_dir')) {ws_plugin__qcache_purge_cache_dir ();}
that's my solution... hope that helps...

Statistics: Posted by majick777 — April 30th, 2011, 12:15 pm


]]>
2011-01-29T15:56:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1975&p=6144#p6144 <![CDATA[Programmatically clear cache of specific page]]>

I have one need though. It's pretty much like clearing the cache of a certain post or page when an update is made. I have a page where I aggregate different contents such as the latest posts and other tables from my database. So I'd need the cache of this page to be recreated when an update is made to a post and when i add content to these other tables (which are updated through the WP admin). Is there a way I can force that?

I guess the clearing-routines.inc.php file could help me but i'm not too sure.

Also, is there a way to cache external images?

Thanks for your help!

Statistics: Posted by kiinlee — January 29th, 2011, 3:56 pm


]]>