simple-lru
JSON →A minimal Least Recently Used (LRU) cache implementation for Node.js and browsers. This package (v0.0.3) provides a simple constructor that accepts a maximum cache size and offers methods like set, get, peek, del, has, length, reset, keys, and a max getter/setter. It uses Object.create fallback for IE8 compatibility. The API is inspired by node-lru-cache but with a smaller footprint. No recent releases; appears unmaintained since 2013.