PHP Class Kevinrob\GuzzleCache\Storage\LaravelCacheStorage

Inheritance: implements Kevinrob\GuzzleCache\Storage\CacheStorageInterface
Afficher le fichier Open project: kevinrob/guzzle-cache-middleware

Protected Properties

Свойство Type Description
$cache Illuminate\Cache\Repository

Méthodes publiques

Méthode Description
__construct ( Illuminate\Cache\Repository $cache )
fetch ( $key )
save ( $key, CacheEntry $data )

Method Details

__construct() public méthode

public __construct ( Illuminate\Cache\Repository $cache )
$cache Illuminate\Cache\Repository

fetch() public méthode

public fetch ( $key )

save() public méthode

public save ( $key, CacheEntry $data )
$data Kevinrob\GuzzleCache\CacheEntry

Property Details

$cache protected_oe property

protected Repository,Illuminate\Cache $cache
Résultat Illuminate\Cache\Repository