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

ehcache/ehcache3

Ehcache 3.x line observed · 2026-08-28

github.com/ehcache/ehcache3 · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 80
  • Release rhythm 46
  • Longevity 100

Flags: no_readme

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: 6
  • age_days: 4571
  • days_rel: 363
  • days_push: 121
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2085 stars · 582 forks observed · 2026-08-28

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

Ehcache 3 is Java's most widely-used open-source caching library, offering a type-safe API, full JSR-107 (JCache) compliance, and tiered storage from heap to offheap to out-of-process. It integrates out of the box with Spring Caching and Hibernate and scales to terabyte-sized caches with Terracotta clustering.

Use cases

  • cache database queries in a Java application
  • add JCache/JSR-107 caching to Spring or Hibernate
  • store cache data offheap to reduce GC pressure
  • cluster caches across JVMs with Terracotta
  • implement write-through and write-behind caching
  • set cache expiry and eviction policies

When to choose

  • you need a mature, standards-compliant JVM cache with Spring/Hibernate integration
  • you want tiered heap/offheap/disk storage in-process
  • you need JCache (javax.cache) provider support

When to avoid

  • you need a standalone distributed cache server like Redis or Memcached
  • your stack is not on the JVM
  • you need multi-language client support

Facets

library · maturity stable

caching backend developer-tools performance jvm cross-platform jcache jsr-107 offheap-storage spring-cache hibernate terracotta distributed-cache

5 sources

Member repositories

RepositoryRoleHealth v2
ehcache/ehcache3main72

For agents

markdown · JSON · MCP: product_card(name="ehcache/ehcache3")

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