Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.10.5
-
Fix Version/s: 1.10.8
-
Component/s: Zend_Cache
-
Labels:None
Description
Hi,
Sometime is usefull to get the list of all the caches handled by cache manager.
However, even if the cache manager has a protected
protected $_caches = array();
it doesn't offer any way to return back all the caches (or caches names).
This could be useful in certain situations, i would only mention the need to cleanup all the caches...
Attachments
Issue Links
| This issue is related to: | ||||
| ZF-10240 | Add easy clean all caches using Zend_Cache_Manager |
|
|
|
Btw, i'we mtioned cleaning all the caches as a trivial task. I think would worth adding such method as well.