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

ParameterTypeDescription
keystringThe key to delete.

Returns:

void