Showing 21-40 of 4,171 packages
Lightweight and lazy cached function with TTL, negative TTL, and item limit controls.
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 simple library to tally items with a configurable per-tally TTL
Cache module with TTL option for Node JS
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
Client side TTL caching strategy for redux applications
ttl cache with capacity support use no timer
null out a property after ttl if it has not been accessed.
The key-value storage with TTL support, allowing you to add, modify or delete stored data items.
Lightweight Key-value storage with built-in TTL expiration management
A transparent caching proxy for any object using Keyv - automatically cache method calls with TTL support
Basic memory cache with TTL
Pull-through cache with TTL, updated sampler and periodic eviction support
A fast in memory cache with TTL and LRU support
A cacheable dns.lookup(…) that respects TTL. This is a fork of szmarczak/cacheable-lookup, but with CommonJS support.
Comprehensive disk and memory caching solution for Tauri applications. Features dynamic TTL management, intelligent data compression, automatic cleanup, and statistics monitoring. Delivers high-performance data access, optimized storage, and improved user
Easy to use, high-speed O(1) for all operations, in-memory cache with both ttl and capacity support.
Lightweight in-memory isomorphic cache implementation with TTL for browser & Node JS written in TypeScript
JS TTL Cache Mechanism
A memoizer using redis as a shared cache, with TTL.