meduzen / cachemap

A key-value cache built upon the JavaScript `Map` object.
Do What The F*ck You Want To Public License
0 stars 0 forks source link

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

Open meduzen opened 1 year ago

meduzen commented 1 year ago

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

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