Microsoft.AspNetCore.ResponseCaching Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.