core.lrucache.keys | Medplum
LRUCache.keys() method
Returns the list of all keys in the cache.
Signature:
keys(): IterableIterator<string>;
Returns:
IterableIterator
The array of keys in the cache.
Returns the list of all keys in the cache.
Signature:
keys(): IterableIterator<string>;
Returns:
IterableIterator
The array of keys in the cache.