获取或设置是否应该对 HttpResponse 缓存输出。
默认值是 true。
true
注意:禁用输出缓存可能会导致在写入许多小片段时性能非常差。
bool bufferOutput = true;