algo.Cache.clear()
Description
Deletes all entries.
If a remove callback was given while constructing the Cache by new Cache(), it will be called with every key-value pair while they are deleted.
Syntax
cache.clear()
Deletes all entries.
If a remove callback was given while constructing the Cache by new Cache(), it will be called with every key-value pair while they are deleted.
cache.clear()