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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: