ZF-1909: Methods for getting ID set, tag set, of cache
Description
I think there needs to be a method to return an array of all registered cache IDs with their tag arrays and expiration date. This is extremely useful, especially if you want to build your own cache manager, ala Nick Halstead's GUI cache manager for Zend_Cache. Description and sample code available to make a "tag cloud" available at http://blog.assembleron.com/2007/05/…
Comments
Posted by Thomas Weidner (thomas) on 2007-09-08T12:09:22.000+0000
Assigned to Fabien
Posted by Fabien MARTY (fab) on 2008-08-29T12:51:29.000+0000
just commited this into SVN trunk for File and Apc backend (see Zend/Cache/Backend/ExtendedInterface.php) for details about new methods available
can you try it ?
thanks
Posted by Fabien MARTY (fab) on 2008-09-06T09:45:39.000+0000
fixed in SVN trunk
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:22.000+0000
Changing issues in preparation for the 1.7.0 release.