VictorAlbertos/RxCache
Reactive caching library for Android and Java observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 3888
- days_rel: n/a
- days_push: 2215
- n_releases_24m: 0
Adoption not part of the score
2348 stars · 192 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RxCache is a reactive caching library for Android and Java that caches data models through declarative interfaces, inspired by Retrofit. It decides whether to subscribe to an expensive data source or serve previously cached data based on provider configuration like TTL annotations.
Use cases
- cache API responses in an Android app without a database
- add TTL-based caching to RxJava data streams
- cache expensive network or computation results reactively
- replace a full database with simple data model caching
- configure per-provider caching policies via annotations
When to choose
- you maintain a legacy Android/Java project already using RxCache or RxJava 2
- you need lightweight reactive caching without setting up a database
When to avoid
- starting a new Android project - the repo is unmaintained and recommends Room
- your project uses Kotlin coroutines or Flow instead of RxJava
- you need a full persistence solution rather than a cache
Facets
library · maturity abandoned
caching serialization mobile-development android-tools developer-tools jvm reactive rxjava data-caching retrofit-inspired no-longer-maintained android
1 source
- readme: https://github.com/VictorAlbertos/RxCache · fetched 2026-08-28 · 63527429912b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| VictorAlbertos/RxCache | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="VictorAlbertos/RxCache")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem