.NET 9 Previews include the new HybridCache API. This API bridges some gaps in the existing IDistributedCache and IMemoryCache APIs, while also adding new capabilities including "stampede" protection (to prevent parallel fetches of the same work) and configurable serialization - all with a simple, clean API.
Community Links: https://www.theurlist.com/aspnet-standup-2024-06-25
Featuring: Marc Gravell, Jon Galloway (@JonGalloway)
#aspnetcore #dotnet