ASP.NET Core Response Caching Overview
The 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 of a web server 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 IDistributed Cache
Explains how the Response Caching boosts application performance.