PHP 클래스 Cache\Adapter\Void\VoidCachePool

저자: Tobias Nyholm ([email protected])
상속: extends Cache\Adapter\Common\AbstractCachePool
파일 보기 프로젝트 열기: php-cache/cache

공개 메소드들

메소드 설명
clearTags ( array $tags )

보호된 메소드들

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

메소드 상세

clearAllObjectsFromCache() 보호된 메소드

protected clearAllObjectsFromCache ( )

clearOneObjectFromCache() 보호된 메소드

protected clearOneObjectFromCache ( $key )

clearTags() 공개 메소드

public clearTags ( array $tags )
$tags array

fetchObjectFromCache() 보호된 메소드

protected fetchObjectFromCache ( $key )

storeItemInCache() 보호된 메소드

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