ResponseCachingServicesExtensions Class

Definition

Extension methods for the ResponseCaching middleware.

public static class ResponseCachingServicesExtensions
type ResponseCachingServicesExtensions = class
Public Module ResponseCachingServicesExtensions
Inheritance
ResponseCachingServicesExtensions

Methods

AddResponseCaching(IServiceCollection)

Add response caching services.

AddResponseCaching(IServiceCollection, Action<ResponseCachingOptions>)

Add response caching services and configure the related options.

Applies to