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.
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 globalFusionCacheOptions
: it's not possible to add it to theFusionCacheEntryOptions
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.