Showing 41-60 of 2,981 packages
LRU cache top on Map-like. Support non-string key.
Expiring LRU cache
A tiny (215B) and fast Least Recently Used (LRU) cache
lru-cache with promises and async fetching
In-memory LRU cache for abstract-chunk-store compliant stores
simple LRU cache atop LevelUp
PostgreSQL connection pool LRU cache manager
TypeScript definitions for stale-lru-cache
Least Recently Used (LRU) Cache for JavaScript and TypeScript.
A least-recently-used (LRU) cache for web applications based on IndexedDB.
This plugins adds simple LRU caching to your `validate`, to improve performance by caching the validation result.
A simple and fast LRU cache using the native Map class.
Isaac's lru-cache 2.5.0 plus: cached items may have individual expirations.
A simple LRU cache module.
A really fast LRU cache for array items (numeric keys)
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.
LRU cache
Read I/O locking using LRU cache
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
Evented LRU TTL cache for NodeJS and browsers.