node-lfu-cache

A cache object that deletes the least-frequently-used items.

@akashbabu/lfu-cache

LFU cache implementation with a complexity of `O(1)` for all transactions

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.