我們在我們的web項目中使用Memcached和Zend Framework。現在,我們需要使用Zend_Cache API中指定的標籤有選擇地清除緩存。如何選擇性清除緩存(使用標籤或其他選項)與Memchached後端和Zend Framework
不幸的是,memcached doesn't support tags。
我發現這些替代方法:
- Memcached-tag project。有人測試過它嗎?如何用Zend實現它?
- 使用像this question這樣的wildchards,但是看起來有點令人困惑,不太透明並且難以用Zend實現。
- 使用this implementation或this one,在Memcached中支持標籤,意識到缺點。
- 還有其他的選擇嗎?
在此先感謝