Table of Contents

Class SecretsCache

Namespace
Coherence.Cloud
Assembly
Coherence.Runtime.dll
public class SecretsCache
Inheritance
SecretsCache

Constructors

SecretsCache()

public SecretsCache()

Methods

Add(ulong, string)

public void Add(ulong serverId, string secret)

Parameters

serverId ulong
secret string

Get(ulong)

public string Get(ulong serverId)

Parameters

serverId ulong

Returns

string

Remove(ulong)

public void Remove(ulong serverId)

Parameters

serverId ulong