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

yangfuhai/ASimpleCache

a simple cache for android and java observed · 2026-08-28

github.com/yangfuhai/ASimpleCache · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

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

  • gap_med: n/a
  • age_days: 4784
  • days_rel: n/a
  • days_push: 2230
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3656 stars · 1229 forks observed · 2026-08-28

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

ASimpleCache is a lightweight open-source caching framework for Android and Java that fits in a single Java file. It caches strings, JSON objects and arrays, bitmaps, drawables, serialized Java objects, and byte data with configurable cache paths, sizes, entry limits, and automatic TTL-based expiry.

Use cases

  • cache http api responses on android with expiry
  • replace sharedpreferences for storing config values
  • cache strings and bitmaps to disk
  • reduce mobile data usage by caching network content
  • cache serialized java objects with timeout
  • multi-process key-value caching on android

When to choose

  • you need a tiny, dependency-free disk cache for android or plain java
  • you want TTL-based expiry for cached network responses
  • you need to cache bitmaps, , or serialized objects with a simple key-value API

When to avoid

  • you need an in-memory LRU cache or advanced eviction policies
  • you need encrypted or secure caching
  • you want an actively developed library with ongoing updates
  • you need caching across a large multi-module codebase with advanced configuration

Facets

library · maturity maintenance

caching serialization mobile-development android-tools developer-tools jvm disk-cache lightweight key-value-cache http-response-caching single-file-library android

1 source

Member repositories

RepositoryRoleHealth v2
yangfuhai/ASimpleCachemain32

For agents

markdown · JSON · MCP: product_card(name="yangfuhai/ASimpleCache")

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