1 write to OutputCacheStream
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
497
context.
OutputCacheStream
= new OutputCacheStream(
5 references to OutputCacheStream
Microsoft.AspNetCore.OutputCaching (4)
OutputCacheMiddleware.cs (4)
411
context.
OutputCacheStream
.DisableBuffering();
419
if (context.AllowCacheStorage && context.
OutputCacheStream
.BufferingEnabled
426
var cachedResponseBody = context.
OutputCacheStream
.GetCachedResponseBody();
502
context.HttpContext.Response.Body = context.
OutputCacheStream
;
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCacheMiddlewareTests.cs (1)
843
context.
OutputCacheStream
.DisableBuffering();