On this pagecore.lrucache.deleteHome > @medplum/core > LRUCache > delete LRUCache.delete() method Deletes the value for the given key. Signature: delete(key: string): void; Parameters ParameterTypeDescriptionkeystringThe key to delete. Returns: void