php - How to disable cache in open cart CMS -


i used set $expire = 0; in cache.php files. delete cache folder. put $this->cache->delete(); in random files. use ctrl+f5 in brouser. cache still alive.

easiest way return false cache->get method:

system/library/cache.php:

public function get($key) {     return false; 

Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -