1 write to OutputCacheStream
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
504
context.
OutputCacheStream
= new OutputCacheStream(
5 references to OutputCacheStream
Microsoft.AspNetCore.OutputCaching (4)
OutputCacheMiddleware.cs (4)
418
context.
OutputCacheStream
.DisableBuffering();
426
if (context.AllowCacheStorage && context.
OutputCacheStream
.BufferingEnabled
433
var cachedResponseBody = context.
OutputCacheStream
.GetCachedResponseBody();
509
context.HttpContext.Response.Body = context.
OutputCacheStream
;
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCacheMiddlewareTests.cs (1)
747
context.
OutputCacheStream
.DisableBuffering();