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

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

public __construct ( Illuminate\Cache\Repository $cache )
$cache Illuminate\Cache\Repository
    public function __construct(Cache $cache)
    {
        $this->cache = $cache;
    }
LaravelCacheStorage