Enum CacheActionEventArgOrigin
The origin enum indicates if the cache event was triggered locally or through the backplane.
Namespace:CacheManager.Core.Internal
Assembly:CacheManager.Core.dll
Syntax
public enum CacheActionEventArgOrigin
Fields
Name | Description |
---|---|
Local | Locally triggered action. |
Remote | Remote, through the backplane triggered action. |