zend-cache Questions
3
Solved
In the documentation it says "mostly used for debugging" which would lead me think "never enable it unless you've a problem and need to do some debugging," however reading mostly everything that I ...
Rescue asked 30/7, 2014 at 18:59
4
Solved
My Zend app uses 3 ini config files, with a total of over 200 lines to parse, containing over 100 instructions. Are these files parsed every request? Some people say they are (like here and here). ...
Aggrade asked 27/7, 2011 at 10:8
1
We use Memcached and Zend Framework in our web project. Now, we need to clean cache selectively using tags as specified in Zend_Cache API.
Unfortunately, memcached doesn't support tags.
I have fo...
Mcgannon asked 11/6, 2014 at 12:0
2
Solved
I started using Zend Cache (APC backend) and all is well in terms of returning cached values instead of hitting the Database each time. However, heres my problem:
$cache_key = 'getrebates_'.$opera...
Symonds asked 28/4, 2011 at 21:47
1
© 2022 - 2024 — McMap. All rights reserved.