Zend Framework

getMetadatas() missing in Zend_Cache_Core

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.8.0
  • Fix Version/s: 1.8.0
  • Component/s: Zend_Cache
  • Labels:
    None

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.

Activity

Hide
Fabien MARTY added a comment -

just added into SVN trunk

thanks

Show
Fabien MARTY added a comment - just added into SVN trunk thanks
Hide
Nicolai Scheer added a comment -

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

Show
Nicolai Scheer added a comment - 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
Hide
Fabien MARTY added a comment -

just fixed into SVN trunk (thanks again)

Show
Fabien MARTY added a comment - just fixed into SVN trunk (thanks again)

People

Vote (0)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: