delete Method
Remove entry key from cache and return its value.
delete(key: K): V | undefined
@returns The removed value, or undefined if not found.
| Parameter | Type | Description |
|---|---|---|
| key | K |
Returns - V | undefined
The removed value, or undefined if not found.
Defined in
- core/bentley/src/LRUMap.ts Line 266
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.