Skip to main content

core.lrucache.delete

Home > @medplum/core > LRUCache > delete

LRUCache.delete() method

Deletes the value for the given key.

Signature:

delete(key: string): void;

Parameters

Parameter

Type

Description

key

string

The key to delete.

Returns:

void