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