On this pagecore.lrucache.setHome > @medplum/core > LRUCache > set LRUCache.set() method Sets the value for the given key. Signature: set(key: string, val: T): void; Parameters ParameterTypeDescriptionkeystringThe key to set.valTThe value to set. Returns: void