PHP 클래스 Cache\Adapter\Memcached\MemcachedCachePool

저자: Aaron Scherer ([email protected])
저자: Tobias Nyholm ([email protected])
상속: extends Cache\Adapter\Common\AbstractCachePool, implements Cache\Hierarchy\HierarchicalPoolInterface, use trait Cache\Hierarchy\HierarchicalCachePoolTrait
파일 보기 프로젝트 열기: php-cache/cache

보호된 프로퍼티들

프로퍼티 타입 설명
$cache

공개 메소드들

메소드 설명
__construct ( Memcached $cache )

보호된 메소드들

메소드 설명
clearAllObjectsFromCache ( )
clearOneObjectFromCache ( $key )
fetchObjectFromCache ( $key )
getValueFormStore ( $key )
storeItemInCache ( Psr\Cache\CacheItemInterface $item, $ttl )

메소드 상세

__construct() 공개 메소드

public __construct ( Memcached $cache )
$cache Memcached

clearAllObjectsFromCache() 보호된 메소드

protected clearAllObjectsFromCache ( )

clearOneObjectFromCache() 보호된 메소드

protected clearOneObjectFromCache ( $key )

fetchObjectFromCache() 보호된 메소드

protected fetchObjectFromCache ( $key )

getValueFormStore() 보호된 메소드

protected getValueFormStore ( $key )

storeItemInCache() 보호된 메소드

protected storeItemInCache ( Psr\Cache\CacheItemInterface $item, $ttl )
$item Psr\Cache\CacheItemInterface

프로퍼티 상세

$cache 보호되어 있는 프로퍼티

protected $cache