1 instantiation of OutputCacheFeature
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
489context.HttpContext.Features.Set<IOutputCacheFeature>(new OutputCacheFeature(context));
1 reference to OutputCacheFeature
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
486throw new InvalidOperationException($"Another instance of {nameof(OutputCacheFeature)} already exists. Only one instance of {nameof(OutputCacheMiddleware)} can be configured for an application.");