PHP 클래스 Swap\Laravel\LaravelStoreCachePool

저자: Florian Voutzinos ([email protected])
상속: extends Cache\Adapter\Common\AbstractCachePool
파일 보기 프로젝트 열기: florianv/laravel-swap

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Cache\Store $store ) Constructor.

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Illuminate\Contracts\Cache\Store $store )
$store Illuminate\Contracts\Cache\Store

clearAllObjectsFromCache() 보호된 메소드

protected clearAllObjectsFromCache ( )

clearOneObjectFromCache() 보호된 메소드

protected clearOneObjectFromCache ( $key )

fetchObjectFromCache() 보호된 메소드

protected fetchObjectFromCache ( $key )

storeItemInCache() 보호된 메소드

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