Topic: "fixed-ttl"
ori88c/auto-fetch-fifo-ttl-cache
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 eliminating synchronization overhead for developers.
Language: TypeScript - Size: 0 Bytes - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 0 - Forks: 0

ori88c/fifo-ttl-cache
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 approach reduces overhead and typically delivers faster response times.
Language: TypeScript - Size: 53.7 KB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
