ZF-3331: Zend_Cache_Core addition of getOption()
Description
Zend_Cache_Core has a setOption method to change object state, but an addition of a getOption() method would allow the developer to change the state based on the current state of the object. An example would be cache prefix where a developer could add a prefix in addition to the existing prefix.
Comments
Posted by Fabien MARTY (fab) on 2008-05-28T10:02:26.000+0000
fixed in svn trunk (thanks)
Posted by Wil Sinclair (wil) on 2008-06-01T14:03:35.000+0000
Just doing some bookkeeping. :)
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:00.000+0000
Updating for the 1.6.0 release.