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