meduzen / cachemap

A key-value cache built upon the JavaScript `Map` object.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a limit (LRU: last-recently-used) to the cache

meduzen opened this issue · comments

commented

Delete oldest created or oldest accessed items when the cache size reaches a given limit.

See also: https://github.com/kriszyp/weak-lru-cache