Zend Framework

Add easy clean all caches using Zend_Cache_Manager

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor 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

Activity

Hide
Marc Bennewitz (private) added a comment -

Please use the new method getCaches:

foreach ($manager->getCaches() as $cache) {
    $cache->clean();
}
Show
Marc Bennewitz (private) added a comment - Please use the new method getCaches:
foreach ($manager->getCaches() as $cache) {
    $cache->clean();
}

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: