CakePHP’s cache that wouldn’t quit
I had the joy of debugging some unit tests the other day on AMO and ran into caching trouble. Turns out the bug for this was filed over a year ago, but I tested it in the latest build of Cake (1.1.18.5850) and it’s still not fixed.
Cake’s models have a Boolean variable called $cacheQueries [...]
Tagged caching, CakePHP, code, Mozilla