Skip to content
#

get-or-fetch

Here is 1 public repository 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

Improve this page

Add a description, image, and links to the get-or-fetch 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 get-or-fetch topic, visit your repo's landing page and select "manage topics."

Learn more