jaredwray/cacheable
a robust, scalable, and maintained set of caching packages 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
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
- readme: https://github.com/jaredwray/cacheable · fetched 2026-08-28 · b6aea2a7c9c1
- homepage: https://cacheable.org · fetched 2026-08-29 · 7801c45d92a9
- site_page: https://cacheable.org/docs · fetched 2026-08-29 · aafa383d8aad
- site_page: https://cacheable.org/docs/utils · fetched 2026-08-29 · 253d6184ae0c
- site_page: https://cacheable.org/docs/node-cache · fetched 2026-08-29 · 0a587c5a103b
- site_page: https://cacheable.org/docs/net · fetched 2026-08-29 · f60fd2d8b853
- site_page: https://cacheable.org/docs/memory · fetched 2026-08-29 · e892d60563c0
- site_page: https://cacheable.org/docs/flat-cache · fetched 2026-08-29 · cb03ec443026
- site_page: https://cacheable.org/docs/file-entry-cache · fetched 2026-08-29 · a609756d9d9e
- registry_npm: https://registry.npmjs.org/cacheable · fetched 2026-08-29 · ff31f4a5aaad
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jaredwray/cacheable | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="jaredwray/cacheable")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem