Showing 1-20 of 31,692 packages
Simple in-memory object cache with TTL based per-item expiry
Fast LRU and TTL cache with upsert and promise option
Evented LRU TTL cache for NodeJS and browsers.
A TTL cache with an API compatible with an ES6 Map
ttl cache with capacity support use no timer
JS TTL Cache Mechanism
The smallest and fastest TTL cache implementation in JavaScript
A Netlify plugin for persisting immutable build assets across releases.
An efficient in-memory FIFO cache with a fixed TTL for Node.js projects, designed to automatically remove outdated records. Unlike widely used LRU caches, FIFO caches do not prioritize retaining popular keys for extended durations. This simplified approac
A fast TTL Cache implementation
A cache object that deletes the least-recently-used items.
An in-memory FIFO cache with fixed TTL for Node.js, designed to streamline the common get-or-fetch pattern by automating value retrieval. It uses an internal keyed lock to coalesce concurrent fetches for the same key, reducing redundant network calls and
High-performance TTL cache with LRU eviction using a timer wheel algorithm
Persistent LRU TTL cache based on SQLite
Shareable persistent LRU TTL cache based on SQLite
Like a JavaScript Set, but with a TTL on entries
Simple ttl cache
Simple ttl cache
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
A cache object that deletes the least-recently-used items.