Saturday, January 1, 2022

[FIXED] How do I disable caching completely in cakephp 3.x

Issue

What is the best practice to disable caching in local development enviroments?


Solution

You might use \Cake\Cache\Cache::disable() in your bootstrap.php. I'm unaware of this being cited as 'best practise', however.



Answered By - code-kobold

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.