Zend Framework  3.0
StorageInterface Member List

This is the complete list of members for StorageInterface, including all inherited members.

addItem($key, $value)StorageInterface
addItems(array $keyValuePairs)StorageInterface
checkAndSetItem($token, $key, $value)StorageInterface
decrementItem($key, $value)StorageInterface
decrementItems(array $keyValuePairs)StorageInterface
getCapabilities()StorageInterface
getItem($key, &$success=null, &$casToken=null)StorageInterface
getItems(array $keys)StorageInterface
getMetadata($key)StorageInterface
getMetadatas(array $keys)StorageInterface
getOptions()StorageInterface
hasItem($key)StorageInterface
hasItems(array $keys)StorageInterface
incrementItem($key, $value)StorageInterface
incrementItems(array $keyValuePairs)StorageInterface
removeItem($key)StorageInterface
removeItems(array $keys)StorageInterface
replaceItem($key, $value)StorageInterface
replaceItems(array $keyValuePairs)StorageInterface
setItem($key, $value)StorageInterface
setItems(array $keyValuePairs)StorageInterface
setOptions($options)StorageInterface
touchItem($key)StorageInterface
touchItems(array $keys)StorageInterface