Cache\Adapter\Common\AbstractCachePool::fetchObjectFromCache PHP Метод

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);