3 references to ResponseCachingContext
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
87var context = new ResponseCachingContext(httpContext, _logger);
Microsoft.AspNetCore.ResponseCaching.Tests (2)
TestUtils.cs (2)
229return new ResponseCachingContext(new DefaultHttpContext(), NullLogger.Instance) 237return new ResponseCachingContext(new DefaultHttpContext(), new TestLogger("ResponseCachingTests", testSink, true))