Cache\Adapter\MongoDB\Tests\IntegrationPoolTest::createCachePool PHP Метод

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

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