30 packages found
Simple “Least Recently Used” (LRU) cache
Tiny LRU cache for Client or Server
IndexedDB-based persisting LRU cache for the browser
An in-memory key/value cache based on the Least Recently Used algorithm
Simple “Least Recently Used” (LRU) cache
hyperlru implementation backed in an Map
hyperlru implementation backed in an Object
A simple proxy that creates plain javascript objects that behave like an lru cache.
"Least Recently Used" (LRU) cache compatible to ES6 Map
A finite key-value cache using the Least Recently Used (LRU) cache algorithm where the most recently used objects are keept in cache while less recently used items are purged.
Tiny & Fast LRU Implementation as possible
A dead simple, high performance, somewhat-recently-used cache.
An in-memory key/value cache based on the Least Recently Used algorithm
Simple “Least Recently Used” (LRU) cache
A finite key-value cache using the Least Recently Used (LRU) cache algorithm where the most recently used objects are keept in cache while less recently used items are purged.
Simple “Least Recently Used” (LRU) cache
Tiny LRU cache for Client or Server
Simple “Least Recently Used” (LRU) cache
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