4 references to GetCachedResponseBody
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
425var cachedResponseBody = context.OutputCacheStream.GetCachedResponseBody();
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (3)
EndToEndBenchmarks.cs (3)
125body = oc.GetCachedResponseBody(); 141body = oc.GetCachedResponseBody(); 158body = oc.GetCachedResponseBody();