2 references to OutputCacheFeature
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
489
context.HttpContext.Features.Set<IOutputCacheFeature>(new
OutputCacheFeature
(context));
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCacheMiddlewareTests.cs (1)
523
context.HttpContext.Features.Set<IOutputCacheFeature>(new
OutputCacheFeature
(context));