Microsoft.AspNetCore.ResponseCaching Namespace

Contains types used to cache responses and improve site performance.

Classes

ResponseCachingFeature
ResponseCachingMiddleware

Enable HTTP response caching.

ResponseCachingOptions

Options for configuring the ResponseCachingMiddleware.

Interfaces

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.