Skip to main content

core.medplumkeyvalueclient

Home > @medplum/core > MedplumKeyValueClient

MedplumKeyValueClient class

Signature:

export declare class MedplumKeyValueClient 

Constructors

ConstructorModifiersDescription
(constructor)(medplum)Constructs a new instance of the MedplumKeyValueClient class

Properties

PropertyModifiersTypeDescription
medplumreadonlyMedplumClient

Methods

MethodModifiersDescription
delete(key)Deletes the value for the given key from the keyvalue store.
get(key)Gets the value for the given key from the keyvalue store.
set(key, value)Sets the value for the given key in the keyvalue store.