core.lrucache.delete | Medplum

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