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

jaredwray/cacheable

a robust, scalable, and maintained set of caching packages observed · 2026-08-28

github.com/jaredwray/cacheable · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 99
  • Release rhythm 90
  • 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: 9
  • age_days: 4897
  • days_rel: 67
  • days_push: 8
  • n_releases_24m: 56

Full methodology

Adoption not part of the score

2005 stars · 207 forks observed · 2026-08-28

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

Cacheable is a maintained monorepo of Node.js caching packages built on Keyv, including layered (Layer 1/Layer 2) caching, an HTTP request cache with RFC 7234 semantics, in-memory and file-backed caches, and a cache manager. It offers TTL, LRU eviction, memoization, statistics, and distributed sync across multiple stores.

Use cases

  • cache api responses in a nodejs service
  • add layered memory and redis caching to an app
  • wrap http requests with rfc-compliant caching
  • replace the unmaintained node-cache package
  • cache file metadata so only changed files are reprocessed
  • memoize expensive async function calls
  • persist an in-memory cache to disk

When to choose

  • you need a maintained, feature-rich caching layer for Node.js
  • you want multi-tier caching combining memory with Redis or other Keyv stores
  • you need HTTP caching semantics for outbound requests
  • you are migrating from node-cache or cache-manager and want active maintenance

When to avoid

  • you are not on Node.js or a JavaScript runtime
  • you need caching for a non-JavaScript backend like Go, Rust, or Python
  • you want a fully managed cloud caching service rather than a library

Facets

library · maturity active

caching http-client serialization backend web-development developer-tools performance cross-platform keyv layered-caching lru ttl memoization http-cache redis monorepo typescript nodejs

10 sources

Member repositories

RepositoryRoleHealth v2
jaredwray/cacheablemain96

For agents

markdown · JSON · MCP: product_card(name="jaredwray/cacheable")

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