53 packages found
Cache module for Node.js
generic cache and refreshing for api clients
A modern excellent fast well-tested reliable Caching Module that allows to keep your data in cache and incredibly fast to get it
LRU Cache that is safe for clusters, based on `lru-cache`. Save memory by only caching items on the main thread via a promisified interface.
Decorator to cache returned value of any ES6 class methods with in server memory cache.
A simple proxy that creates plain javascript objects that behave like an lru cache.
fs read (incl. stream) operations cached in an lru-cache for consistent memory usage with custom fs support (hyperdrive).
LRU cache with event registry to handle cache changes
Cache the promise lookups and avoid fetching the same thing more than necessary
A simple LRU Cache, a Map that has a maximum number of entries and which discards the least recently used items first.
Extends lru-cache to add file system support
Extends lru-cache to add file system support
Cluster aware LRU cache. Master process maintains cache and uses worker messaging to deliver items machine-local.
Time aware least recently used (TLRU) cache for Node
Adapter for using lru-cache with type-cacheable
Wraps async-cache and lru-cache to provide active item deletion
lru-cache with promises and async fetching
A tiny (215B) and fast Least Recently Used (LRU) cache
A lib to invalidate lru cache keys in distributed systems powered by rabbitmq.