lru-cache
A cache object that deletes the least-recently-used items.
A cache object that deletes the least-recently-used items.
Simple key-value storage with support for multiple backends
Simple “Least Recently Used” (LRU) cache
LRU Queue
Fast, small, efficient JavaScript memoization lib to memoize JS functions
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.
Create a full Content-Type header given a MIME type or extension and cache the result
Memoize functions results using an lru-cache.
Cache your async lookups and don't fetch the same thing more than necessary.
node-simple-lru-cache =====================
Curated collection of data structures for the JavaScript/TypeScript.
A tiny, crazy fast memoization library for the 95% use-case
LRU Cache for node.js/browser.
Blazing fast memoization based on all parameters passed
Apply a size limit to a Map class or instance
Extremely simple zero-dependencies ES6 LRU (you probably want lru-cache instead)
redis-backed LRU cache
In memory cache lru cache with ttl support.
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
In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.