PHP Class Swap\Laravel\LaravelStoreCachePool

Author: Florian Voutzinos ([email protected])
Inheritance: extends Cache\Adapter\Common\AbstractCachePool
Afficher le fichier Open project: florianv/laravel-swap

Méthodes publiques

Méthode Description
__construct ( Illuminate\Contracts\Cache\Store $store ) Constructor.

Méthodes protégées

Méthode Description
clearAllObjectsFromCache ( )
clearOneObjectFromCache ( $key )
fetchObjectFromCache ( $key )
storeItemInCache ( Psr\Cache\CacheItemInterface $item, $ttl )

Method Details

__construct() public méthode

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

clearAllObjectsFromCache() protected méthode

protected clearAllObjectsFromCache ( )

clearOneObjectFromCache() protected méthode

protected clearOneObjectFromCache ( $key )

fetchObjectFromCache() protected méthode

protected fetchObjectFromCache ( $key )

storeItemInCache() protected méthode

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