Closed tmleeek closed 6 years ago
how can i remove lesti cache by code its seems its not removing by normal code which is
Mage::app()->getCacheInstance()->flush();
Hello @tmleeek I hope the following code works for you
Mage::getSingleton('fpc/fpc')->flush();
Best Regards Gordon
how can i remove lesti cache by code its seems its not removing by normal code which is