PHP 클래스 Cache\Adapter\Apcu\ApcuCachePool

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

공개 메소드들

메소드 설명
__construct ( boolean $skipOnCli = false )

보호된 메소드들

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

비공개 메소드들

메소드 설명
skipIfCli ( ) : boolean Returns true if CLI and if it should skip on cli.

메소드 상세

__construct() 공개 메소드

public __construct ( boolean $skipOnCli = false )
$skipOnCli boolean

clearAllObjectsFromCache() 보호된 메소드

protected clearAllObjectsFromCache ( )

clearOneObjectFromCache() 보호된 메소드

protected clearOneObjectFromCache ( $key )

fetchObjectFromCache() 보호된 메소드

protected fetchObjectFromCache ( $key )

storeItemInCache() 보호된 메소드

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