Showing 1-20 of 35,321 packages
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
Simple in-memory object cache with TTL based per-item expiry
A Netlify plugin for persisting immutable build assets across releases.
A cache object that deletes the least-recently-used items.
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
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
Like a JavaScript Set, but with a TTL on entries
Shareable persistent LRU TTL cache based on SQLite
Simple key-value storage with support for multiple backends
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
LRU and FIFO caches for Client or Server
A simple key/value storage using files to persist the data