ZF-4577: Zend_Cache_Core::test() may return integer when using File backend
Description
This may be documentation issue more than anything else, but Zend_Cache_Core::test() with a File backend returns an integer instead of a boolean when the id exists.
Version: trunk r11883
Comments
Posted by Fabien MARTY (fab) on 2008-10-12T14:45:41.000+0000
it's the last modified timestamp
so it is normal
but the documentation is not clear, I agree
so I change your issue into a documentation improvement
thanks
Posted by Fabien MARTY (fab) on 2009-07-17T11:03:39.000+0000
change Assignee because I'm inactive now
Posted by Menno Luiten (mluiten) on 2009-12-17T05:05:10.000+0000
Attached patch that changes API documentation on Zend_Cache_Core and Zend_Cache_Frontend_File regarding this issue.
Posted by Menno Luiten (mluiten) on 2009-12-19T02:35:09.000+0000
Resolved in r19781. Thank you.