kwhitley/apicache
Simple API-caching middleware for Express/Node. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 4745
- days_rel: n/a
- days_push: 1317
- n_releases_24m: 0
Adoption not part of the score
1248 stars · 191 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A simple API response caching middleware for Express/Node that caches route responses using plain-English durations like '5 minutes'. It supports a built-in memory engine or Redis, with cache grouping, indexing, and manual clearing controls.
Use cases
- cache express api responses
- add response caching to node rest api
- cache api routes with redis
- avoid hitting database on repeated api calls
- clear cached api responses by group
- simple ttl caching middleware for express
When to choose
- you want dead-simple route-level response caching in Express or Restify with minimal setup
- you need plain-English TTL durations and optional Redis backing
- you want cache groups, index inspection, and manual clearing out of the box
When to avoid
- you need fine-grained cache invalidation, stale-while-revalidate, or HTTP cache headers control
- you're not using Express/Restify-style middleware
- you need an actively developed project with recent maintenance
Facets
library · maturity maintenance
caching middleware backend web-development apis express restify redis response-cache api-middleware nodejs web-server
2 sources
- readme: https://github.com/kwhitley/apicache · fetched 2026-08-28 · 5d05619f6d36
- registry_npm: https://registry.npmjs.org/apicache · fetched 2026-08-29 · f4ff23fef112
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kwhitley/apicache | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="kwhitley/apicache")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem