Ross ROSS = Recommend OSS · open-source software intelligence for agents

epicweb-dev/cachified

🤑 wrap virtually everything that can store by key to act as cache with ttl/max-age, stale-while-validate, parallel fetch protection and type-safety support observed · 2026-08-28

github.com/epicweb-dev/cachified · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 95
  • Release rhythm 91
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 26.5
  • age_days: 1517
  • days_rel: 62
  • days_push: 32
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

1058 stars · 30 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

@epic-web/cachified is a TypeScript library that wraps any key-value store to act as a cache with TTL, stale-while-revalidate, parallel fetch protection, and type-safe value validation. It provides a simple, store-agnostic API for caching fresh values in applications.

Use cases

  • add ttl caching to any key-value store
  • implement stale-while-revalidate caching
  • prevent parallel duplicate fetches
  • cache api responses with type safety
  • wrap lru cache or redis as a cache layer
  • speed up app by caching expensive values

When to choose

  • you want a store-agnostic caching wrapper in TypeScript
  • you need ttl and stale-while-revalidate semantics
  • you want type-safe cache values with validation

When to avoid

  • you need a distributed cache with built-in eviction policies
  • you want a full caching server or CDN solution

Facets

library · maturity active

caching middleware web-development backend developer-tools performance cross-platform stale-while-revalidate ttl-cache type-safety cache-wrapper lru-cache redis nodejs typescript

2 sources

Member repositories

RepositoryRoleHealth v2
epicweb-dev/cachifiedmain95

For agents

markdown · JSON · MCP: product_card(name="epicweb-dev/cachified")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem