API Reference > bentleyjs-core > Collections > LRUCache > delete delete Method Remove entry key from cache and return its value. delete(key: K): undefined | V Parameter Type Description key K Returns - undefined | V The removed value, or undefined if not found. Defined in core/bentley/src/LRUMap.ts Line 266 Last Updated: 11 June, 2024