ZF-4727: Zend_Cache clean with OR method
Description
Hi,
in reference to Bug: ZF-3934
It woul be nice if i can delete cache with an OR condition. Example: $cache->clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG_OR, array('tag1', 'tag2', 'tag3', 'tagN');
At the moment only a AND condition is possible.
Thanks.
Comments
Posted by Thomas Weidner (thomas) on 2008-11-03T03:13:23.000+0000
Assigned component to issue
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-11-07T07:21:17.000+0000
I think ZF-4681 can solve this issue also.
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:14.000+0000
Changing issues in preparation for the 1.7.0 release.