메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Contracts\Cache\Store $store ) | Constructor. |
메소드 | 설명 | |
---|---|---|
clearAllObjectsFromCache ( ) | ||
clearOneObjectFromCache ( $key ) | ||
fetchObjectFromCache ( $key ) | ||
storeItemInCache ( Psr\Cache\CacheItemInterface $item, $ttl ) |
public __construct ( Illuminate\Contracts\Cache\Store $store ) | ||
$store | Illuminate\Contracts\Cache\Store |
protected storeItemInCache ( Psr\Cache\CacheItemInterface $item, $ttl ) | ||
$item | Psr\Cache\CacheItemInterface |