node-lfu-cache
A cache object that deletes the least-frequently-used items.
transitory
In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.
dw-cache
The highest performance constant complexity cache algorithm.
2q-cache
Imlementation of 2Q Cache Algorithm