Enum KeyDependencyType
An enumeration that defines the operation upon which key dependency is to be triggered.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum KeyDependencyType : byte
Fields
Name | Description |
---|---|
RemoveOnly | Trigger key dependency when a remove operation takes place on the cache item. |
UpdateOrRemove | Trigger key dependency when an update or remove operation takes place on the cache item. This is the default value. |