3 references to AddOutputCacheFeature
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
97AddOutputCacheFeature(context);
Microsoft.AspNetCore.OutputCaching.Tests (2)
OutputCacheMiddlewareTests.cs (2)
797OutputCacheMiddleware.AddOutputCacheFeature(context); 800Assert.ThrowsAny<InvalidOperationException>(() => OutputCacheMiddleware.AddOutputCacheFeature(context));