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