Table of Contents

Method ReadUtf8KeystringAsync

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

ReadUtf8KeystringAsync(ObjectKey)

Retrieves a UTF-8 encoded string key from the cache.

public Task<string> ReadUtf8KeystringAsync(ObjectKey key)

Parameters

key ObjectKey

ObjectKey

Returns

Task<string>

string key, or null if not found

Exceptions

ArgumentException

Key isn't flagged as having a key string.