PHP 클래스 Cache\Adapter\Predis\PredisCachePool

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

보호된 프로퍼티들

프로퍼티 타입 설명
$cache

공개 메소드들

메소드 설명
__construct ( Predis\ClientInterface $cache )
save ( Psr\Cache\CacheItemInterface $item )

보호된 메소드들

메소드 설명
appendListItem ( $name, $value )
clearAllObjectsFromCache ( )
clearOneObjectFromCache ( $key )
fetchObjectFromCache ( $key )
getList ( $name )
getValueFormStore ( $key )
removeList ( $name )
removeListItem ( $name, $key )
storeItemInCache ( Psr\Cache\CacheItemInterface $item, $ttl )

메소드 상세

__construct() 공개 메소드

public __construct ( Predis\ClientInterface $cache )
$cache Predis\ClientInterface

appendListItem() 보호된 메소드

protected appendListItem ( $name, $value )

clearAllObjectsFromCache() 보호된 메소드

protected clearAllObjectsFromCache ( )

clearOneObjectFromCache() 보호된 메소드

protected clearOneObjectFromCache ( $key )

fetchObjectFromCache() 보호된 메소드

protected fetchObjectFromCache ( $key )

getList() 보호된 메소드

protected getList ( $name )

getValueFormStore() 보호된 메소드

protected getValueFormStore ( $key )

removeList() 보호된 메소드

protected removeList ( $name )

removeListItem() 보호된 메소드

protected removeListItem ( $name, $key )

save() 공개 메소드

public save ( Psr\Cache\CacheItemInterface $item )
$item Psr\Cache\CacheItemInterface

storeItemInCache() 보호된 메소드

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

프로퍼티 상세

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

protected $cache