A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
A cache object that deletes the least-recently-used items.
Simple “Least Recently Used” (LRU) cache
An extremely tiny LRU cache
OpenTelemetry instrumentation for `lru-memoizer` function memoization using lru-cache
Simple “Least Recently Used” (LRU) cache
Tiny LRU cache for Client or Server
A tiny LRU implementation that strives for simplicity and performance.
An LRU cache of weak references
node-simple-lru-cache =====================
🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).
Extends LRU base on hashlru
A lightweight async deduplication cache to prevent cache stampedes. Built on tiny-lru.
LRU Queue
Various cache implementations
Memoize functions results using an lru-cache.
High Performance In-Memory Cache for Node.js
A cache object that deletes the least-recently-used items.
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
A tiny invariant function
Maxmind DB (MMDB) Library
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.
An in-memory LRU back-end for Keyv.
redis-backed LRU cache