Cache\Adapter\Doctrine\Tests\CreatePoolTrait::createCachePool PHP Method

createCachePool() public method

public createCachePool ( )
    public function createCachePool()
    {
        return new DoctrineCachePool($this->getDoctrineCache());
    }