KvStoreClient
class in Coherence.Cloud
The old cloud-backed key-value store service. Superseded by CloudStorage.
Constructors
| KvStoreClient |
Methods
| Dispose | |
| Get | Returns a value for a given key. |
| Set | Adds entry to the key-value store. |
| Unset | Removes entry from the key-value store. |
| Update | Performs a key-value store sync with backend. Only one sync operation can be in flight at any given moment. |