Chapter 15: Working with Caches
In this chapter we will have a look into cache techniques. ASP.NET Core provides multiple ways to cache and we will learn to use and to customize them.
In this chapter, we will be covering the following topics:
- The need for caching
- HTTP-based caching
- Caching using ResponseCachingMiddleware
- Predefining caching strategies using cache profiles
- Caching specific areas using CacheTagHelper
- Caching Manually
The topics in this chapter refer to the MVC layer of the ASP.NET Core architecture: