Kevinrob\GuzzleCache\Storage\Psr6CacheStorage::__construct PHP Method

__construct() public method

public __construct ( Psr\Cache\CacheItemPoolInterface $cachePool )
$cachePool Psr\Cache\CacheItemPoolInterface
    public function __construct(CacheItemPoolInterface $cachePool)
    {
        $this->cachePool = $cachePool;
    }