Set
method in Coherence.Cloud.StorageObject
Methods
public void Set(StorageItem item)
Sets the value associated with the specified key.
Any existing values in the storage object associated with the specified key will be replaced.
Parameters
Type | Name | Description |
---|---|---|
StorageItem | item | The item to set. |
public void Set(Key key, Value value)
Sets the value associated with the specified key.
Any existing values in the storage object associated with the specified key will be replaced.
Parameters
Type | Name | Description |
---|---|---|
Key | key | The key to associate the value with. |
Value | value | The value to associate with they key. |