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