ZiggyCreatures / FusionCache

FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
MIT License
1.65k stars 87 forks source link

[FEATURE] 📢 Add `IgnoreIncomingBackplaneNotifications` options #201

Closed jodydonetti closed 6 months ago

jodydonetti commented 6 months ago

Problem

It appears there may be scenarios where it can be useful to ignore incoming backplane notifications.

Please note that it is already possible to skip outgoing notifications via the SkipBackplaneNotifications, whereas this would be related to incoming ones.

Solution

Add a new IgnoreIncomingBackplaneNotifications options to the global FusionCacheOptions: it's not possible to add it to the FusionCacheEntryOptions object since it is not related to a specific method call or cache entry.

Additional context

This feature has been requested originally by the community user @celluj34 via this issue.

jodydonetti commented 6 months ago

Hi all, I just released preview2 🥳

Please give it a try, thanks!

jodydonetti commented 6 months ago

Hi all, I've finally released v1.0 🥳

Feels a little unreal tbh, but yep: v1.0 is out.