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

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

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