ASP.NET Core Response Caching Overview
Response Caching reduces the number of requests a client or proxy makes to the web server in ASP.NET Core, providing an extra boost to any NCache-related client applications. Additionally, it reduces the work a web server performs to generate a response. In this section, we will discuss how Response Caching works with NCache.
In This Section
ASP.NET Core Response Caching
Explains how to use the advanced Response Caching options.
ASP.NET Core Response Caching with IDistributedCache
Explains how to configure IDistributedCache for ASP.NET Core Response Caching with NCache.