GordonLesti / Lesti_Fpc

Simple Magento Fullpagecache
https://gordonlesti.com/lesti-fpc-documentationversion-1-4-5/
Other
358 stars 159 forks source link

how to remove lesti cache by code #321

Closed tmleeek closed 6 years ago

tmleeek commented 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();
GordonLesti commented 6 years ago

Hello @tmleeek I hope the following code works for you

Mage::getSingleton('fpc/fpc')->flush();

Best Regards Gordon