Hi, I want to cache loaded articles into Zend_Cache to save the roundtrip to the persistent store.
I don't see a need to set a lifetime for a cached article, because when I update or delete an article, I would also alter the cached version. This leads to the question, what will happen, when my Zend_Cache is filled up? Would the save() method just return false? -- Regards, Thomas
