308 packages found
A cache of the Clock algorithm 2x faster than LRU.
Interprocess shared memory cache for Node.JS
A tiny, crazy fast memoization library for the 95% use-case
An ES6-y Map with LRU and max-age eviction
support secondary cache mechanism. the first level cache is fixed memory-resident always with the highest priority. the second level is the LRU cache.
LRU shared memory list build on top of shm-type-array.
- ipc
- shm
- lru
- cache
- shared memory
- typed array
- TypedArray
- ArrayBuffer
- Buffer
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- View more
Varnish-like cache middleware for Express
IndexedDB-based persisting LRU cache for the browser
LRU and FIFO caches for Client or Server
Varnish-like cache middleware for Express with abilities to read, write, delete and reset the cache while the process is running.
Cluster aware LRU cache. Master process maintains cache and uses worker messaging to deliver items machine-local.
Cache your async lookups and store them compressed in memory.
A LRU (least-recently-used) in-memory cache for Node.js.
Simple “Least Recently Used” (LRU) cache
lru-cache with promises and async fetching
Simple in-memory cache implementation with LRU