-
Notifications
You must be signed in to change notification settings - Fork 184
[FEATURE] 📢 Expose the current backplane, if any #445
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Problem
Currently, given a FusionCache instance, it's only possible to know if there is a backplane via the bool HasBackplane { get; } property, not which one it is.
Recently community user @angularsen asked to expose it in #443 .
Historically I've been hesitant to expose internals, but at this point I think I can let this one go.
Solution
Add a new IFusionCacheBackplane? Backplane { get; } property that expose the IFusionCacheBackplane instance being used, if any.
Alternatives
Some fragile reflection magic stuff, so, yeah.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request