shift Method
Purge the least recently used (oldest) entry from the cache.
shift(): [K, V] | undefined
@returns The removed entry or undefined if the cache was empty.
Returns - [K, V] | undefined
The removed entry or undefined if the cache was empty.
Defined in
- core/bentley/src/LRUMap.ts Line 227
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.