Problem
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.