We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 46584
    • 29 Posts
    Hi,

    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.
      • 36571
      • 145 Posts
      Try this:

      // empty cache	
      		include_once "manager/processors/cache_sync.class.processor.php";		
      		$sync = new synccache();			
      		$sync->setCachepath("assets/cache/");	
      		$sync->setReport(false);		
      		$sync->emptyCache();