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:
Technical requirements
To follow the descriptions in this chapter, you will need to ...
Get Customizing ASP.NET Core 6.0 - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.