@textile/datastore-ttl
An implementation of the Datastore interface that supports a time-to-live for key-value pairs.
An implementation of the Datastore interface that supports a time-to-live for key-value pairs.
A simple in-memory caching module for Node.js with TTL support
A cache module that writes cached items into disk and manages automatic pruning of expired items.
🧠 Smart memoization decorator for TypeScript - A lightweight and flexible TypeScript decorator that memoizes method or getter results using deep argument comparison
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 in-memory caching module for Node.js with TTL support