7 references to ResponseCachingOptions
Microsoft.AspNetCore.ResponseCaching (7)
ResponseCachingKeyProvider.cs (2)
20private readonly ResponseCachingOptions _options; 22internal ResponseCachingKeyProvider(ObjectPoolProvider poolProvider, IOptions<ResponseCachingOptions> options)
ResponseCachingMiddleware.cs (3)
26private readonly ResponseCachingOptions _options; 41IOptions<ResponseCachingOptions> options, 59IOptions<ResponseCachingOptions> options,
ResponseCachingServicesExtensions.cs (2)
33/// <param name="configureOptions">A delegate to configure the <see cref="ResponseCachingOptions"/>.</param> 35public static IServiceCollection AddResponseCaching(this IServiceCollection services, Action<ResponseCachingOptions> configureOptions)