You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Community user @eskild-th noted in #440 that using NullFusionCache via DI is not that easy. But it should be.
Solution
I'm adding a new builder method WithNullImplementation() that creates a NullFusionCache instance instead of a standard FusionCache one.
All the builder methods must work even when using the null implementation, including the HybridCache support stuff, and everything else should stay the same.