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 of a web server to generate a response. In this chapter, we will discuss how Response Caching works with NCache.
In this Section
ASP.NET Core Response Caching
Explains how to use advanced Response Caching options.
ASP.NET Core Response Caching with IDistributed Cache
Explains how Response Caching boosts application performance.