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