Closed Ali1 closed 10 years ago
How is it always caching? It's always reading, but nothing will ever be set.
That's true. My mistake I falsified the cache option after it had already run resulting in persisting cache hits.
Now its just an issue of repeated useless cache reads and the inability to turn it off (whether manually or programatically) until the duration elapses, not that this a particular issue for me.
:)
(sorry for earlier accidental comment and close - wrong thread)
Just a warning about line 147:
This is happening regardless of whether $query['cache'] is true or false so essentially, everything is always cached.
Not sure if that is by design.