Jody Donetti

Jody Donetti

@jodydonetti.bsky.social

FusionCache http://tinyurl.com/fusioncache Google OSS Award http://tinyurl.com/fusioncache-award Microsoft MVP Award http://tinyurl.com/mvp-award

249 Followers 175 Following 238 Posts Joined Nov 2024
1 day ago
Preview
Release v2.6.0 · ZiggyCreatures/FusionCache 🏷️ Configurable cleanup behavior for RemoveByTag() Normally, when calling RemoveByTag("my-tag"), the entries with such a tag will be gradually expired on a subsequent access. Community member @char...

I just released FusionCache v2.6.0 πŸŽ‰

In this version:
🏷️ configurable RemoveByTag() behavior
Ⓜ️ RemoveByTag("*") support in HybridCache adapter
πŸ”’ better distributed locker + Eager Refresh
⚑ perf boosts
🐞 minor bug fixes

github.com/ZiggyCreatur...

4 1 0 0
6 days ago
Post image

Just ONE LINE of Code! FusionCache as Hybrid Cache in ASP NET Core

In this video series, we've been working with Entity Framework Core, Dapper, Redis, and different caching tools that we have access to in ASP NET Core.

1 1 1 0
2 weeks ago
Post image

🫣

0 0 0 0
2 weeks ago
Post image

People keep asking (thankfully πŸ˜…) about my second course on Dometrain , Deep Dive Caching in .NET, so here's an update.

It's almost done πŸŽ‰

It's really massive, contains all things caching and it took way more time than initially tought.

But: quality over speed (hopefully πŸ™).

3 0 1 0
2 weeks ago
Preview
Getting Started with Caching in .NET - Dometrain Let's make the hardest thing in programming easy for .NET software engineers.

For a limited time my course Getting Started Caching in .NET is available for a lifetime access over on Dometrain.

And yes, the second course, Deep Dive, is almost done & coming soon πŸ₯³

dometrain.com/course/getti...

2 0 0 0
3 weeks ago
YouTube
https://www.youtube.com/watch?v=9UcsaKnBFkE https://www.youtube.com/watch?v=9UcsaKnBFkE

In this video, we'll look at configuring FusionCache in an ASP NET Core app that's configured to use EF Core and Redis.

Watch it here:
https://www.youtube.com/watch?v=9UcsaKnBFkE

1 1 0 0
3 weeks ago
Post image

FusionCache with Redis is a GAME CHANGER for EF Core Powered Web Apps

My favorite caching library is SO easy to configure a distributed cache alongside the in-memory cache. FusionCache makes it a cake walk!

1 1 1 0
3 weeks ago

It is a brand new initiative, they haven’t even released the initial catalog yet (they’ll do in a week or two), it’s super early days.
I saw it and thought to apply since I’m european, that’s it.
We’ll see how it evolve over time.

1 0 1 0
1 month ago
Post image

FusionCache has been approved by the European OpenSource project πŸŽ‰

4 1 1 1
1 month ago
Post image

FusionCache is now part of the official @opentelemetry.io registry πŸ₯³

opentelemetry.io/ecosystem/re...

6 0 0 1
1 month ago
Preview
GitHub - dotnet/BenchmarkDotNet: Powerful .NET library for benchmarking Powerful .NET library for benchmarking. Contribute to dotnet/BenchmarkDotNet development by creating an account on GitHub.

Shout out to BenchmarkDotNet for no other reason than it's such an insanely good and robust piece of software.
There's a before and after BDN: without it, we would be in a very different place.
Kudos to Andrey Akinshin for creating and maintaining it.

github.com/dotnet/Bench...

6 0 0 0
2 months ago
Preview
GitHub - ZiggyCreatures/FusionCache: FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features. FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features. - ZiggyCreatures/FusionCache

Today @fusioncache.bsky.social turns 5 πŸŽ‚
Hold tight little buddy, the best is yet to come.

github.com/ZiggyCreatur...

4 2 0 1
2 months ago

πŸ“• FusionCache docs
I just finished updating the FusionCache docs with the new bits about distributed stampede protection & memory+distributed locker.

In particular, I think the last part about Efficiency VS Correctnes is pretty important.

github.com/ZiggyCreatur...

2 0 0 0
2 months ago

Thanks Luke!

0 0 0 0
2 months ago

πŸ“• Oh, and about the docs

As mentioned in the release notes, I haven't updated them yet, not enough time.

But I'll do as soon as possible!

1 0 0 0
2 months ago
Preview
Release v2.5.0 Β· ZiggyCreatures/FusionCache πŸ›‘οΈ Distributed Cache Stampede Protection Since the very beginning FusionCache offered a solid Cache Stampede protection, as explained in the docs where it is clearly illustrated: Such protection w...

I just release FusionCache v2.5.0 πŸ₯³
It includes a lot of stuff:
πŸ›‘οΈ Distributed Cache Stampede Protection
πŸ”’ Extensible Distributed Locking
βš™οΈ newMemoryCacheDuration option
πŸ… Best Practices Advisor
βš™οΈ newIgnoreTimeoutsWhenDebugging option

github.com/ZiggyCreatur...

7 3 2 0
2 months ago
Preview
Prompt caching: 10x cheaper LLM tokens, but how? | ngrok blog A far more detailed explanation of prompt caching than anyone asked for.

β€œAnthropic even claim that prompt caching can reduce latency "by up to 85% for long prompts" and in my own testing I found that for a long enough prompt, this is true.”

Caching you say, interesting 😏

ngrok.com/blog/prompt-...

2 0 0 0
2 months ago
Post image

Over on Reddit πŸ€–

One of the best things I could have read about @fusioncache.bsky.social : "there is no weird syntax or any weird gotchas, it just works. Even for my team of mixed devs from jr, mid, senior, everyone just uses it without problem".

Thank you random citizen, you made my day πŸ™‚

23 3 0 0
3 months ago
Preview
[FEATURE] πŸ›‘οΈ Distributed Cache Stampede Protection Β· Issue #574 Β· ZiggyCreatures/FusionCache Scenario Since the very beginning FusionCache offered a solid Cache Stampede protection, as explained in the docs where it is clearly illustrated: Such protection worked not just in the normal flow...

πŸ›‘οΈ Cache Stampede, Distributed

FusionCache always had a robust and flexible Cache Stampede protection, which just worked.

And now the next step is coming: distributed stampede protection on multiple nodes.

github.com/ZiggyCreatur...

3 0 0 0
3 months ago

I’ve been working on it days and nights from months, pouring everything I’ve learned in decades into it in an approachable way. There will be a lot of stuff, like, a lot a lot. I hope to complete it by the end of the year, but it may be a tiny bit more.
I really do hope it will be worth the wait.

0 0 1 0
3 months ago

𝟭/𝟯: The .NET community is full of people building amazing things, and I want to help share those stories. The Modern .NET Show is booking guests for March 2026 onwards. If you've got a project, library, or experience worth discussing, let's record an episode.

3 2 2 0
3 months ago

Last 24h

1 0 0 0
3 months ago
Preview
Getting Started: Caching in .NET Let's make the hardest thing in programming easy for .NET software engineers.

For a limited time now lifetime access to my course on Dometrain is back πŸ₯³

And using the code BLACKFRIDAY25 gives you a 40% discount, which is always a nice thing.

dometrain.com/course/getti...

4 2 1 1
3 months ago
Post image

And what if you prefer Dometrain Pro?

The same BLACKFRIDAY25 code allows you to get a permanent 40% off there too.

1 0 0 0
3 months ago
Preview
Getting Started: Caching in .NET Let's make the hardest thing in programming easy for .NET software engineers.

For a limited time now lifetime access to my course on Dometrain is back πŸ₯³

And using the code BLACKFRIDAY25 gives you a 40% discount, which is always a nice thing.

dometrain.com/course/getti...

4 2 1 1
3 months ago
Preview
a man in a captain america uniform is sitting in a room and saying `` i understand that reference . '' ALT: a man in a captain america uniform is sitting in a room and saying `` i understand that reference . ''
1 0 0 0
3 months ago

I know it was probably a planned post but damn, not the best timing πŸ˜…

Sending hugs to the SRE team, keep tight.

0 0 0 0
3 months ago

Let them know, you'll made their day!

0 0 0 0
4 months ago
YouTube
Hybrid Caching in .NET - Jody Donetti - NDC Copenhagen 2025 YouTube video by NDC Conferences

A couple of months ago I did a talk at NDC Copenhagen:

www.youtube.com/watch?v=kdo7...

Being finally able to experience @ndcconferences.com for the first time has been a pleasure: the staff (thanks!), other speakers, food, parties.

All incredible, kudos to the organizers πŸ™

0 0 0 0
4 months ago
Post image

This feedback just landed in a GH comment on the FusionCache repo.

Today was a good day 😊

2 0 0 0