HybridCache in ASP.NET Core: Next-level application performance
Microsoft has introduced HybridCache for ASP.NET Core, a solution that combines the speed of an integrated cache with the reliability of a distributed cache. The new API simplifies caching management, supports request stampede protection, and supports custom serialization.