Cache\Bridge\DoctrineCacheBridge::getCachePool PHP Method

getCachePool() public method

public getCachePool ( ) : Psr\Cache\CacheItemPoolInterface
return Psr\Cache\CacheItemPoolInterface
    public function getCachePool()
    {
        return $this->cachePool;
    }