1 write to OutputCacheStream
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
496
context.
OutputCacheStream
= new OutputCacheStream(
5 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
;
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCacheMiddlewareTests.cs (1)
747
context.
OutputCacheStream
.DisableBuffering();