Get
method in Coherence.Cloud.KvStoreClient
Methods
public string Get(string key, string defaultValue = null)
Returns a value for a given key.
Parameters
Type | Name | Description |
---|---|---|
string | key | |
string | defaultValue | Default value to be returned if the entry for a given key was not found. |
Returns
Type | Description |
---|---|
string | Value for a given |