<![CDATA[ Is there a Refresh Cache Script for Evolution? - My Forums]]> https://forums.modx.com/thread/?thread=98186 <![CDATA[Is there a Refresh Cache Script for Evolution?]]> https://forums.modx.com/thread/98186/is-there-a-refresh-cache-script-for-evolution#dis-post-530905
We use Bob Ray's lovely RefreshCache script on MODx Revolution websites.

Does anyone know if there an equivalent script that works on MODx Evolution?

thanks

Ian.
]]>
ianelastic Sep 02, 2015, 06:31 AM https://forums.modx.com/thread/98186/is-there-a-refresh-cache-script-for-evolution#dis-post-530905
<![CDATA[Re: Is there a Refresh Cache Script for Evolution?]]> https://forums.modx.com/thread/98186/is-there-a-refresh-cache-script-for-evolution#dis-post-534214
// empty cache	
		include_once "manager/processors/cache_sync.class.processor.php";		
		$sync = new synccache();			
		$sync->setCachepath("assets/cache/");	
		$sync->setReport(false);		
		$sync->emptyCache();			
]]>
digitalime Nov 10, 2015, 08:47 AM https://forums.modx.com/thread/98186/is-there-a-refresh-cache-script-for-evolution#dis-post-534214