Skip to main content

InMemoryDataSource.get() method

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

gets value from from the memory

Signature:

get(key: string, keyName?: string): Promise<Type | undefined>;

Parameters

ParameterTypeDescription
keystring
keyNamestring(Optional)

Returns:

Promise<Type | undefined>