Posts Tagged models
Interesting Article about Caching Models in Zend Framework
Posted by Stuart in Zend Framework on May 12th, 2009
Interesting article over at http://www.contentwithstyle.co.uk/content/a-caching-pattern-for-models about implementing caching with Zend Framework models. In the comments there is a good point about how to refresh such a cache with the author suggesting using something like a $this->cache->clear() to clear the cache upon adding or updating content.






