ZF-3644: Zend_Cache_Frontend_Class does not recognize setOption() after being instanciated
Description
After Zend_Cache_Frontend_Class was instanciated once, it does not recognize if an option is changed with setOption(). Say I set the cached cached_entity to $instance and set it to $another_instance later on, the behaviour won't change. The problem with it is, that the values of _specificOptions is pulled into local values in the constructor and never read again.
Comments
Posted by Fabien MARTY (fab) on 2008-07-18T16:02:09.000+0000
right
Posted by Fabien MARTY (fab) on 2008-07-18T16:22:34.000+0000
fixed in SVN trunk (thanks)
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:35.000+0000
Updating for the 1.6.0 release.