PHP Class Kevinrob\GuzzleCache\Storage\CompressedDoctrineCacheStorage

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

Protected Properties

Свойство Type Description
$cache Doctrine\Common\Cache\Cache

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( Doctrine\Common\Cache\Cache $cache )
$cache Doctrine\Common\Cache\Cache

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 Cache,Doctrine\Common\Cache $cache
Résultat Doctrine\Common\Cache\Cache