Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Cache
Adapter
Common
AbstractCachePool
fetchObjectFromCache
Cache\Adapter\Common\AbstractCachePool::fetchObjectFromCache PHP Метод
Документация по классу AbstractCachePool
Показать файл
Открыть проект
fetchObjectFromCache()
абстрактный
защищенный
Метод
Fetch an object from the cache implementation.
abstract
protected
fetchObjectFromCache
(
string
$key
) :
array
$key
string
Результат
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