Table of Contents

Class KvStore

Namespace
Coherence.Runtime
Assembly
Coherence.Runtime.dll
[Obsolete("You should use the CloudService instance from CoherenceBridge to communicate with the coherence Cloud.")]
[Deprecated("01/03/2023", 1, 0, 0, Reason = "PlayClient has been deprecated, moved to non-static context, use CloudService instead.")]
public static class KvStore
Inheritance
KvStore

Methods

Get(string, string)

public static string Get(string key, string defaultValue = null)

Parameters

key string
defaultValue string

Returns

string

Set(string, string)

public static bool Set(string key, string value)

Parameters

key string
value string

Returns

bool

Unset(string)

public static bool Unset(string key)

Parameters

key string

Returns

bool