Cache\Bridge\DoctrineCacheBridge::__construct PHP Method

__construct() public method

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