1 write to OutputCacheStream
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
505
context.
OutputCacheStream
= new OutputCacheStream(
4 references to OutputCacheStream
Microsoft.AspNetCore.OutputCaching (4)
OutputCacheMiddleware.cs (4)
412
context.
OutputCacheStream
.DisableBuffering();
422
if (context.AllowCacheStorage && context.
OutputCacheStream
.BufferingEnabled
430
var cachedResponseBody = context.
OutputCacheStream
.GetCachedResponseBody();
510
context.HttpContext.Response.Body = context.
OutputCacheStream
;