Toggle navigation
Hot Examples
KO
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 1 문서
파일 보기
프로젝트 열기: php-cache/cache
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