3 references to OutputCacheContext
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
101
var context = new
OutputCacheContext
{ HttpContext = httpContext };
Microsoft.AspNetCore.OutputCaching.Tests (2)
TestUtils.cs (2)
240
return new
OutputCacheContext
()
262
return new
OutputCacheContext
()