Hello if you want to disable you website's caching complety you just need to write configure code in core.php file
ex
You will have to look into /app/config/core.php and look for the line
Open app/config/core.php file and try to find
Configure::write('Cache.disable', true);
And now you can see from your web browser that caching has disabled for the site.
0 Comment(s)