Cache\Adapter\MongoDB\Tests\IntegrationPoolTest::createCachePool PHP Method

createCachePool() public method

public createCachePool ( )
    public function createCachePool()
    {
        return new MongoDBCachePool($this->getCollection());
    }
IntegrationPoolTest