quick-lru
Simple “Least Recently Used” (LRU) cache
toad-cache
LRU and FIFO caches for Client or Server
tiny-lru
Tiny LRU cache for Client or Server
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.