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