Cache\Adapter\Redis\Tests\CreatePoolTrait::createCachePool PHP 메소드

createCachePool() 공개 메소드

public createCachePool ( )
    public function createCachePool()
    {
        return new RedisCachePool($this->getClient());
    }