FusionCache
                                
                                 FusionCache copied to clipboard
                                
                                    FusionCache copied to clipboard
                            
                            
                            
                        FusionCache is an easy to use, fast and robust cache with advanced resiliency features and an optional distributed 2nd level.
## Problem When having a lot of situations that can invalidate the same cache entry, this means that a lot of factory executions are needed, which can cause a huge...
Hi @jodydonetti , we are heavily using tags invalidation in our project, we have a custom implementation based on MemoryCache and Redis and we would really love to switch to...
## Scenario FusionCache currently has 700+ tests (including params combinations). Usually they all pass locally, meaning 100% of them, both on Linux and on Windows.  ## Problem Not everything...
## Problem Since [v1.3.0](https://github.com/ZiggyCreatures/FusionCache/releases/tag/v1.3.0) it's possible to trigger a factory fail without throwing an exception, so that fail-safe can kick in and do its thing. But what happens if fail-safe...
This is a fantastic library, and I sincerely appreciate all the work that has gone into this. ## Problem The fail-safe functionality is great, however there are certain scenarios where...
Patched MessagePack and Microsoft.Extensions.Caching.Memory to the newest non-vulnerable version.
Currently we only use the in-memory cache with the auto-clone feature and message pack. We observed a high memory consumption when using the cache so we played a bit with...
## Problem When you have a cache containing items grouped in some way (within the same cache instance), you may have the need to remove/invalidate them as a set and...
The [backplane documentation](https://github.com/ZiggyCreatures/FusionCache/blob/main/docs/Backplane.md) states that the lazy approach is being used (each client removes their local version of the data). However, when a set notification is received, the passive approach...
Hi, we are using an in memory L1 and Redis L2 cache with FusionCache. Everything works great, however, we are getting this error in our terminal output when we restart...