Hi, [...] > Without creating a new Zend_Cache object, can I save different results for > different periods of time? If the answer is no, is there possibly a plan for > this kind of functionality to be introduced? [...]
You can do that with the fourth optional argument of the save() method : http://framework.zend.com/apidoc/core/Zend_Cache/Zend_Cache_Core.html#save Regards -- Fabien MARTY [EMAIL PROTECTED]
