Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Cache
Adapter
Common
AbstractCachePool
fetchObjectFromCache
Cache\Adapter\Common\AbstractCachePool::fetchObjectFromCache PHP Method
AbstractCachePool Class Documentation
Exibir arquivo
Open project: php-cache/cache
fetchObjectFromCache()
abstract
protected
method
Fetch an object from the cache implementation.
abstract
protected
fetchObjectFromCache
(
string
$key
) :
array
$key
string
return
array
with [isHit, value, [tags]]
protected abstract function fetchObjectFromCache($key);
AbstractCachePool
__destruct
clear
clearAllObjectsFromCache
clearOneObjectFromCache
commit
deleteItem
deleteItems
fetchObjectFromCache
getItem
getItems
handleException
hasItem
log
save
saveDeferred
setLogger
storeItemInCache
validateKey