#HybridCache
Caching just got MUCH simpler with HybridCache in .NET 9, now GA 🎉 Building web applications that use repeated or complicated data queries, have a microservice-based architecture, or require real-time processing, you should be using HybridCache!

Read more 👇🏼

devblogs.microsoft.com/dotnet/hybri...
Hello HybridCache! Streamlining Cache Management for ASP.NET Core Applications - .NET Blog
HybridCache is now GA, use today
devblogs.microsoft.com
March 12, 2025 at 4:28 PM
🚨 Separate memory + distributed caches too complex?
HybridCache in .NET: in-memory + Redis in one API, with stampede protection! ⚡
📦 Guide: www.ottorinobruni.com/how-to-imple...
Tried HybridCache yet? 👇
#dotnet #CSharp #Caching
September 25, 2026 at 9:15 AM
FusionCache v2 is finally out 🎉

I still can't believe it: months of work & experiments, tons of features, perf tuning & more.

The big themes are:
🏷️ Tagging
🧼 Clear()
Ⓜ️ Microsoft HybridCache support

The gargantuan release note has the jiucy details!

github.com/ZiggyCreatur...
Release v2.0.0 · ZiggyCreatures/FusionCache
ImportantThis is a world's first! FusionCache is the FIRST production-ready implementation of Microsoft HybridCache: not just the first 3rd party implementation, which it is, but the very first imp...
github.com
January 20, 2025 at 12:19 AM
Hello HybridCache! Streamlining Cache Management for ASP.NET Core Applications
Hello HybridCache! Streamlining Cache Management for ASP.NET Core Applications - .NET Blog
HybridCache is now GA, use today
ift.tt
March 13, 2025 at 9:22 AM
I work on the team that shipped HybridCache and this seems like a perfectly reasonable question :)
December 21, 2024 at 6:24 AM
Haven't done an OSS project in quite some time; scratched an itch with this one. An HTTP caching handler (for .NET HTTP Client) based on HybridCache. Am kicking the tyres on this so let's see if it works/sticks. github.com/damianh/http...
GitHub - damianh/http-hybridcache-handler: Caching HttpHandler based on RFC 9111 that uses HybridCache
Caching HttpHandler based on RFC 9111 that uses HybridCache - damianh/http-hybridcache-handler
github.com
March 1, 2026 at 12:52 PM
Last week, I published the post "What's new in ASP NET Core 9".

- OpenAPI
- HybridCache
- Miminam API performance improvements
- Keyed Services in Middleware

And some more minor improvements.

If you missed it, check it out.

okyrylchuk.dev/blog/whats-n...
What’s New in ASP.NET Core 9
ASP.NET Core 9 boosts Minimal API with lower memory use, OpenAPI generation, and small API improvements. Plus, a better HybridCache is on the way!
okyrylchuk.dev
November 19, 2024 at 7:44 PM
.NET 10 Preview 1 is here, come join the team unboxing all the previews! www.youtube.com/watch?v=VncM...

#dotnet
.NET Previews Unboxed - .NET 10 Preview 1, C# 14, HybridCache, & More
YouTube video by dotnet
www.youtube.com
February 25, 2025 at 8:54 PM
FusionCache + HybridCache = smarter, more resilient caching for .NET.
Jody Donetti digs into fail‑safe patterns, stampede protection, soft‑timeouts, and how his OSS work helped shape Microsoft’s new HybridCache. Great insights on performance + collaboration.
👉 buff.ly/w8q1R0Z
February 19, 2026 at 1:15 AM
HybridCache with Azure Database for PostgreSQL in .NET 10 turns slow calls into tiered cache hits with ms-level reads, shown in a clean host-based console sample.

#dotnet #csharp #azure
High-Performance Distributed Caching with .NET and Postgres on Azure
bbb.dev
September 22, 2026 at 1:05 PM
If you miss Stack Overflow because you've been using AI for everything these days, don't worry! You can still get the same Stack Overflow (or Reddit) experience with just a few minor tweaks to your prompt/profile:

#ChatGPT #dotnet
December 20, 2024 at 2:50 PM
The .NET team released HybridCache in .NET 9.

HybridCache is designed to enhance data storage & retrieval performance by combining both in-memory and distributed caches, such as Redis.

Check out the details on #InfoQ 👉 bit.ly/4igxtSP

#dotnet #dotnet9
March 20, 2025 at 9:11 AM
🚀 New Guide: HybridCache in .NET!
Learn how to combine in-memory & Redis caching with one simple API 🔥

✨ Simple code
⚡️ Better performance
🛡️ Auto-sync & protection

Tutorial + Video 👇
www.ottorinobruni.com/how-to-imple... #dotnet #csharp #coding
How to Implement HybridCache in .NET using C# - A Better Caching Strategy - Ottorino Bruni
Learn how to implement HybridCache in .NET applications, combining in-memory and distributed caching for optimal performance. A comprehensive guide to unified caching with code examples and best pract...
www.ottorinobruni.com
April 5, 2025 at 6:35 AM
On this week's ASP.NET Community Standup:
🌟HybridCache updates and futures
🎙️Marc Gravell, Daniel Roth, Jon Galloway
🗓️March 4 / 10 AM PT / 18 UTC

www.youtube.com/watch?v=2lAp...
#dotnet #aspnetcore
ASP.NET Community Standup - HybridCache updates and futures
YouTube video by dotnet
www.youtube.com
March 4, 2025 at 3:23 AM
Microsoft's Hybrid Cache is now generally available! Now, we can enjoy a unified caching API that merges in-memory zip with distributed might. Level up your .NET apps with ease—cache like a pro! Check it out. 📖 https://msft.it/63328qRAAs
March 21, 2025 at 8:11 PM
Fresh Duende.AccessTokenManagement release candidate!

🔑 Named keys for IDistributedCache injection
💸 HybridCache (preview)
📊 Open Telemetry metrics, logs and traces
🏕️ Externalized cache key generation
🎉 and more!

github.com/DuendeSoftwa...

#dotnet #oidc #security
Release Duende.AccessTokenManagment 4.0.0 - RC1 · DuendeSoftware/foss
This release contains several important improvements and changes: Named key support for injecting a specific IDistributedCache instance. A preview feature that allows the use of HybridCache. This ...
github.com
April 10, 2025 at 1:00 PM
Great intro to the new HybridCache in .NET by Marc Gravell at DotNetConf.

And thanks for the shout out to FusionCache, for wich the integration will come soon in the v2 💪

www.youtube.com/watch?v=rjMf...
Introducing HybridCache in ASP.NET Core
YouTube video by dotnet
www.youtube.com
November 15, 2024 at 10:11 PM
Now that .NET conf is over, I'm watching some of the sessions in peace.

HybridCache looks great, especially the feature of queueing up concurrent requests.
#dotnet #aspnetcore
November 16, 2024 at 7:37 PM
MemoryCache, DistributedCache and HybridCache
MemoryCache, DistributedCache and HybridCache
The latest preview (.NET 9 preview 4) brought another caching structure to the .NET world - so let's order some things here.
devdigest.today
May 20, 2024 at 7:12 AM
I just released FusionCache v2.4.0 🥳

It includes:
🏷️ explicit stale tags handling
Ⓜ️ better HybridCache options mapping
🐞 some bugs fixed
📕 better docs

github.com/ZiggyCreatur...
Release v2.4.0 · ZiggyCreatures/FusionCache
🏷️ Add StaleTags to factory execution context Community user @ted-mundy noticed a tricky behavior when using Tagging with stale entries (see next point). To solve it, I added a new StaleTags proper...
github.com
August 17, 2025 at 9:42 AM
🚨 Managing separate memory + distributed caches is a pain?
Discover HybridCache in .NET: fast in-memory + Redis in one simple API, with stampede protection and auto-sync! ⚡📦
Guide: www.ottorinobruni.com/how-to-imple...
Tried HybridCache yet? 👇
#dotnet #CSharp #Caching
How to Implement HybridCache in .NET using C# - A Better Caching Strategy - Ottorino Bruni
Learn how to implement HybridCache in .NET applications, combining in-memory and distributed caching for optimal performance. A comprehensive guide to unified caching with code examples and best pract...
www.ottorinobruni.com
June 8, 2026 at 6:16 AM
Learn everything you need to know about .NET 9! 👇

· C# 13
· New LINQ Methods
· ASP NET Core 9
· OpenAPI Support
· HybridCache
· .NET MAUI
· EF Core 9
· Performance Improvements
· BinaryFormatter
Get ready for the release of .NET 9! 🔥

📺https://youtu.be/u738cXLyvug

#dotnet
October 24, 2024 at 1:09 PM
🚀 Exciting news! HybridCache is now generally available as a .NET 9 library, aimed at optimizing performance and security for your applications by leveraging both in-memory and distributed caches like Redis.

#HybridCache
March 19, 2025 at 6:10 AM