core.medplumkeyvalueclient
Home > @medplum/core > MedplumKeyValueClient
MedplumKeyValueClient class
Signature:
export declare class MedplumKeyValueClient
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(medplum) | Constructs a new instance of the MedplumKeyValueClient class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
medplum | readonly | MedplumClient |
Methods
Method | Modifiers | Description |
---|---|---|
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. |