Replies: 1 comment
-
Hi @Malgefor
FusionCache uses a normal Because of this, the actual behaviour depends on the
This is a good question: the way fail-safe works is kinda like a soft delete.
You can read more about how fail-safe work here. Hope this helps, let me know. |
Beta Was this translation helpful? Give feedback.
-
I recently switched to FusionCache from LazyCache. What I not fully understand yet about FusionCache is when expired items are actually garbage collected. The plain IMemoryCache has a method called
Compact()
to manually do this. How does FusionCache free up memory? And how does using FailSafe affect this?Beta Was this translation helpful? Give feedback.
All reactions