Share via


Microsoft.AspNetCore.ResponseCaching Namespace

Contains types used to cache responses and improve site performance.

Classes

Name Description
ResponseCachingFeature
ResponseCachingMiddleware

Enable HTTP response caching.

ResponseCachingOptions

Options for configuring the ResponseCachingMiddleware.

Interfaces

Name Description
IResponseCachingFeature

A feature for configuring additional response cache options on the HTTP response.

Remarks

For more information about ASP.NET Core response caching, see Response Caching.