Table of Contents

Method GetFriendlyKeyAsync

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

GetFriendlyKeyAsync(ObjectKey)

Retrieves the friendly string representation of the specified ObjectKey. If a string key is stored in the cache, it is retrieved and returned. Returns null if the key is not found, not typed, or not a string.

public Task<string> GetFriendlyKeyAsync(ObjectKey key)

Parameters

key ObjectKey

ObjectKey

Returns

Task<string>

The user-friendly representation of the key, or null.