Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.10.6
-
Fix Version/s: None
-
Component/s: Zend_Cache
-
Labels:None
Description
As stated on ZF-10220 i think is trivial but useful to add also a way to cleanup all the caches handled by Zend_Cache_manager with only one single call.
Issue Links
| This issue is related to: | ||||
| ZF-10220 | Zend_Cache_Manager has no way to get all the caches |
|
|
|
Please use the new method getCaches:
foreach ($manager->getCaches() as $cache) { $cache->clean(); }foreach ($manager->getCaches() as $cache) { $cache->clean(); }