1 instantiation of ResponseCachingFeature
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
435context.Features.Set<IResponseCachingFeature>(new ResponseCachingFeature());
1 reference to ResponseCachingFeature
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
433throw new InvalidOperationException($"Another instance of {nameof(ResponseCachingFeature)} already exists. Only one instance of {nameof(ResponseCachingMiddleware)} can be configured for an application.");