Team R2r Reason Rack Extension Cache Builder Install Jun 2026
Initiate the "Rebuild" process. This will scan your files and generate a new RECache file.
After completion, you should see:
status, headers, body = @app.call(env) body_content = body.each.to_a.join @cache.write(key, status: status, headers: headers, body: body_content, expires_in: @ttl) headers['X-R2R-Cache'] = 'MISS' [status, headers, [body_content]] end team r2r reason rack extension cache builder install