Removes the value associated with the given key from the cache.
(key: K)
| 17 | set(key: K, val: V): unknown; |
| 18 | /** Removes the value associated with the given key from the cache. */ |
| 19 | delete(key: K): unknown; |
| 20 | } |
| 21 | |
| 22 | /** |
no outgoing calls
no test coverage detected