ZF-6360: getMetadatas() missing in Zend_Cache_Core
Description
Zend_Cache_Core currently does not implement the getMetadatas() method from the Zend_Cache_Backend_ExtendedInterface. This method should exist and deal with cache_id_prefix option. Otherwise this functionality can not be used without workarounds.
Comments
Posted by Fabien MARTY (fab) on 2009-04-24T12:56:48.000+0000
just added into SVN trunk
thanks
Posted by Nicolai Scheer (scope_v24_gts) on 2009-04-24T13:34:10.000+0000
Unfortunately the call to the _id() method for adding cache_id_prefixes if appropriate is still missing: $id = $this->_id($id); // cache id may need prefix
Posted by Fabien MARTY (fab) on 2009-04-25T06:01:18.000+0000
just fixed into SVN trunk (thanks again)