1 write to OutputCacheStream
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
496
context.
OutputCacheStream
= new OutputCacheStream(
4 references to OutputCacheStream
Microsoft.AspNetCore.OutputCaching (4)
OutputCacheMiddleware.cs (4)
410
context.
OutputCacheStream
.DisableBuffering();
418
if (context.AllowCacheStorage && context.
OutputCacheStream
.BufferingEnabled
425
var cachedResponseBody = context.
OutputCacheStream
.GetCachedResponseBody();
501
context.HttpContext.Response.Body = context.
OutputCacheStream
;