Enum BackplaneAction
Defines the possible actions of the backplane message.
Namespace:CacheManager.Core.Internal
Assembly:CacheManager.Core.dll
Syntax
public enum BackplaneAction
Fields
Name | Description |
---|---|
Changed | The changed action. CacheItemChangedEventAction |
Clear | The clear action. |
ClearRegion | The clear region action. |
Invalid | Default value is invalid to ensure we are not getting wrong results. |
Removed | If the cache item has been removed. |