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

createCachePool() public method

public createCachePool ( )
    public function createCachePool()
    {
        return new ArrayCachePool(null, $this->cacheArray);
    }
CreatePoolTrait