linked-list-cache
linked list cache
linked list cache
A cache object that deletes the least-recently-used items
lru and redis adapter for type-cacheable
LRU-based caching middleware for Node.js
🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers) — 6.8KB.
is a fork of https://github.com/rsms/js-lru.git
lru cache algorithm
An LRU cache for node.js
A collection (backed by an array) that evicts the least recently inserted (lri) element from of the collection once it has reached a defined capacity. It is similar to an lru cache except that it uses insertion position to determine eviction rather than w
lruCache 缓存功能,重复 api 通知功能
A least-recently-used (LRU) cache for web applications based on IndexedDB.
Offers different types of caches with limited size or limited entry count
Nodejs key-value LRU cache which uses filesystem as storage
A simple and fast LRU cache using the native Map class.
In memory LRU cache with more utility methods.
迷你型 LRU 实现库。如果你有轻量的 LRU 需求,那么推荐你试试。
Memoize decorator for TypeScript that uses WeakMap
A Redis LRU cache system
A local cache module