60 packages found
Cache module for Node.js
A simple and lightweight LRU cache tool, implemented using RAM
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.
Cache the promise lookups and avoid fetching the same thing more than necessary
A modern excellent fast well-tested reliable Caching Module that allows to keep your data in cache and incredibly fast to get it
Cluster aware LRU cache. Master process maintains cache and uses worker messaging to deliver items machine-local.
neat wrapper for various caches
generic cache and refreshing for api clients
lru-cache with promises and async fetching
Wraps async-cache and lru-cache to provide active item deletion
Adapter for using lru-cache with type-cacheable
Javascript implementation of least recently used cache
A promise-based Stale LRU Cache with support for clusters.
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
lru cache js implementation with capacity and maxAge support