Replies: 1 comment 4 replies
-
Hi @jvmlet , yes! Long story short: by using FusionCache instead of MemoryCache this is automatically solved. ps: even if you'll add in the future a distributed cache as an L2 (see here), the cache stampede protection will also work there. Hope this helps! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
The reason I'm looking for alternatives to donet default cache is this
Given that
FusionCache
relies onMemoryCache
, how the thread safety issue has been addressed ?Beta Was this translation helpful? Give feedback.
All reactions