A simple and fast LRU cache using the native Map class.
Simple “Least Recently Used” (LRU) cache
A cache object that deletes the least-recently-used items.
Simple “Least Recently Used” (LRU) cache
High Performance In-Memory Cache for Node.js
Various cache implementations
An LRU cache of weak references
A generational pseudo-LRU cache with strict maximum size limits.
node-simple-lru-cache =====================
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
Memoize functions results using an lru-cache.
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.
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
Curated collection of data structures for the JavaScript/TypeScript.
Simple key-value storage with support for multiple backends
A cache object that deletes the least-recently-used items.
Extends LRU base on hashlru
LRU Cache
bounded-size caches having WeakMap-compatible methods
LRU and FIFO caches for Client or Server
🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).
LRU Queue
[](https://www.npmjs.com/package/@aws-sdk/endpoint-cache) [](https://www.npmjs.com/package/@aws-sdk/e
Basic cache object for storing key-value pairs.