shm-typed-lru
LRU shared memory list build on top of shm-type-array.
LRU shared memory list build on top of shm-type-array.
isomorphic sessions for Rill.
A filesystem cache of least recently used files
file content reader
LFU cache implementation with a complexity of `O(1)` for all transactions
A cache object that deletes the least-recently-used items.
Entirely adequate node.js in-memory cache, with lru and ttl support. Typings included.
A batch release "cache".
JavaScript Multi-Key LRU Cache
Simple LRU.
a simple cache using lru algthorim
ycb with a cache
An in-memory key/value cache based on the Least Recently Used algorithm
A simple, intelligent caching system.
A cache object that deletes the least-recently-used items. Supports fs swapping and default values.
A simple JavaScript locking/caching of async queries/call results
The fast and simple LRU cache realization.
Add LRU caching behavior to any async function with a higher-order function
Serve your static files with an high-speed middleware
Simple LRU cache. put and get.