ZF-4135: Zend_Cache_Frontend_Page does not seem to respect custom cache lifetimes
Description
In the _flush() function on line 314 of Zend_Cache_Frontend_Page it does not pass the specific lifetime argument to Zend_Cache_Core->save()
If this is by design, then the documentation doesn't make it clear that you cannot specify lifetime for Page cached files.
Comments
Posted by Thomas Weidner (thomas) on 2008-10-05T14:49:32.000+0000
Fixed component assignment
Posted by Fabien MARTY (fab) on 2008-10-06T10:10:14.000+0000
it is not possible with 1.6 release
but it is fixed in SVN trunk (code and documentation)
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:09.000+0000
Changing issues in preparation for the 1.7.0 release.