Enum BridgeItemOpCodes
The BridgeItemOpCodes contains the operational codes of Bridge Items.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum BridgeItemOpCodes : byte
Fields
| Name | Description |
|---|---|
| Add | To add an item. |
| AddDepKeyList | Opcode of add dependent key operations. |
| AddHint | Add dependency in the cache. |
| AddSyncDependency | Add sync dependency in the cache. |
| Clear | To clear the cache. |
| CloseStream | Opcode for stream close operations. |
| OpenStream | Opcode for stream open operations. |
| RegisterKeyNotification | Opcode of the register key notification operations. |
| Remove | To remove an item. |
| RemoveDepKeyList | Opcode of remove dependent key operations. |
| RemoveGroup | To remove a group. |
| RemoveKeyDep | To remove the key dependency. |
| RemoveRange | To remove a range of items. |
| UnregisterKeyNotification | Opcode of the un-registered key notification operations. |
| Update | To update an item. |
| UpdateIndice | Opcode of update indice for sliding expiration operations. |
| WriteToStream | Opcode for stream write operations. |