quick-lru
Simple “Least Recently Used” (LRU) cache
js-lru
A finite key-value cache using the Least Recently Used (LRU) cache algorithm where the most recently used objects are keept in cache while less recently used items are purged.
map-lru
"Least Recently Used" (LRU) cache compatible to ES6 Map