algo.Cache.remove()
Description
Deletes an entry.
If a remove callback was given while constructing the Cache by new Cache(), it will be called with the key-value pair while it is deleted.
Syntax
cache.remove(key)
Parameters
remove(key)
key
The key of the entry to delete.
Return Value
A boolean value indicating whether the entry being deleted was found.