Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 redis 缓存后端,我想清理元数据缓存 - zend 元数据是否有某种默认标记,所以我可以在不刷新所有数据的情况下删除缓存?
组件,例如Zend_Db_Table_Abstract不使用标签将对象保存到缓存中,所以我相信尝试清理缓存空标签应该这样做:
Zend_Db_Table_Abstract
$cache->clean( Zend_Cache::CLEANING_MODE_MATCHING_ANY_TAG, array('') );