Skip to main content

core.lrucache.keys

Home > @medplum/core > LRUCache > keys

LRUCache.keys() method

Returns the list of all keys in the cache.

Signature:

keys(): IterableIterator<string>;

Returns:

IterableIterator<string>

The array of keys in the cache.