On this pagecore.lrucache.getHome > @medplum/core > LRUCache > get LRUCache.get() method Returns the value for the given key. Signature: get(key: string): T | undefined; Parameters ParameterTypeDescriptionkeystringThe key to retrieve. Returns: T | undefined The value if found; undefined otherwise.