Главная
Study mode:
on
1
Introduction
2
Sebastien Ros, Principal Software Engineer, ASP.NET team
3
Output caching in .NET Core 7
4
Issues solved from using output caching in .NET Core 7
5
1) Driven my configuration
6
2) Extensible cache stores
7
3) Invalidate tagged cache entries
8
4) Cache Stampede and Thundering Herd mitigations with resource locking
9
5) Cache revalidation
10
Demo; Output Caching Middleware
11
Enable caching for every endpoint by default
12
Define as opt in or opt out
13
Customize a policy for an endpoint by calling into extension methods
14
Sharing profiles across endpoints
15
What's next?
16
Byterange caching
17
Response substitution
18
More default storage options
19
Return stale results
Description:
Explore the new Output Caching feature in ASP.NET Core 7 through this informative conference talk from Microsoft Build 2022. Dive into configuration-driven caching, extensible cache stores, and tagged cache entry invalidation. Learn about mitigations for cache stampede and thundering herd issues, as well as cache revalidation techniques. Watch a detailed demo of the Output Caching Middleware, covering topics such as enabling caching for all endpoints, defining opt-in/opt-out policies, and customizing endpoint-specific caching strategies. Discover upcoming features like byterange caching, response substitution, additional storage options, and the ability to return stale results. Gain valuable insights into optimizing your ASP.NET Core 7 applications with this comprehensive overview of output caching capabilities.

Output Caching in ASP.NET Core 7

Microsoft
Add to list