Lru Packages

lru-cache

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

10.2.0 • Published 3 months ago

lru_map

Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.

0.4.1 • Published 3 years ago

async-cache

Cache your async lookups and don't fetch the same thing more than necessary.

1.1.0 • Published 8 years ago

@graphile/lru

Extremely simple zero-dependencies ES6 LRU (you probably want lru-cache instead)

4.11.0 • Published 7 months ago

lru-fast

finite key-value cache using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in cache while less recently used items are purged

0.2.2 • Published 7 years ago

transitory

In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.

2.2.0 • Published 2 years ago