ICache.del() method
Removes the value stored in the cache under the given key.
Signature:
del(key: string): Promise<boolean>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
string |
key to remove |
Returns:
Promise<boolean>
true if a key was actually removed, false if it did not exist — which is not an error
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.