Overview
Syllabus
Introduction.
Sebastien Ros, Principal Software Engineer, ASP.NET team.
Output caching in .NET Core 7.
Issues solved from using output caching in .NET Core 7.
1) Driven my configuration.
2) Extensible cache stores.
3) Invalidate tagged cache entries.
4) Cache Stampede and Thundering Herd mitigations with resource locking.
5) Cache revalidation.
Demo; Output Caching Middleware.
Enable caching for every endpoint by default.
Define as opt in or opt out.
Customize a policy for an endpoint by calling into extension methods.
Sharing profiles across endpoints.
What's next?.
Byterange caching.
Response substitution.
More default storage options.
Return stale results.
Taught by
Microsoft Developer