Kevinrob\GuzzleCache\Storage\CompressedDoctrineCacheStorage::__construct PHP Метод

__construct() публичный Метод

public __construct ( Doctrine\Common\Cache\Cache $cache )
$cache Doctrine\Common\Cache\Cache
    public function __construct(Cache $cache)
    {
        $this->cache = $cache;
    }
CompressedDoctrineCacheStorage