Re: [fw-general] Caching backend adapters

2008-10-02 Thread Isaak Malik
Yes, of course there is otherwise this caching adapter would've been a waste of time to implement into ZFW. APC provides the same functionality as file caching, except that you can't load an expired cache. But don't be mistaken, this doesn't mean you can't renew an outdated cache (without it

[fw-general] Caching backend adapters

2008-09-04 Thread Michał Zieliński
At the moment I`m storing cached data in files. It works fine. However I`d like to try out others adapters for APC or Memcache to speed some part of my app even more. In manual I read: Be careful : with this backend, tags are not supported for the moment as the doNotTestCacheValidity=true