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