Interface Zend_Cache_Backend_ExtendedInterfaceLocated in /Cache/Backend/ExtendedInterface.php (line 34)
Zend_Cache_Backend_Interface | --Zend_Cache_Backend_ExtendedInterface
getCapabilities (line 124)
Return an associative array of capabilities (booleans) of the backend
The array must include these keys :
getFillingPercentage (line 86)
Return the filling percentage of the backend storage
getIds (line 42)
Return an array of stored cache ids
getIdsMatchingAnyTags (line 79)
Return an array of stored cache ids which match any given tags
In case of multiple tags, a logical AND is made between tags
getIdsMatchingTags (line 59)
Return an array of stored cache ids which match given tags
In case of multiple tags, a logical AND is made between tags
getIdsNotMatchingTags (line 69)
Return an array of stored cache ids which don't match given tags
In case of multiple tags, a logical OR is made between tags
getMetadatas (line 99)
Return an array of metadatas for the given cache id
The array must include these keys :
getTags (line 49)
Return an array of stored tags
touch (line 108)
Give (if possible) an extra lifetime to the given cache id
Inherited From Zend_Cache_Backend_Interface
Zend_Cache_Backend_Interface::clean()
Zend_Cache_Backend_Interface::load()
Zend_Cache_Backend_Interface::remove()
Zend_Cache_Backend_Interface::save()
Zend_Cache_Backend_Interface::setDirectives()
Zend_Cache_Backend_Interface::test()
Documentation generated on Mon, 21 Jun 2010 15:21:57 -0400 by phpDocumentor 1.4.3