Skip to content
#

fixed-ttl

Here are 2 public repositories matching this topic...

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.

  • Updated Apr 26, 2025
  • TypeScript

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.

  • Updated Jan 7, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the fixed-ttl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fixed-ttl topic, visit your repo's landing page and select "manage topics."

Learn more