ehcache/ehcache3
Ehcache 3.x line 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
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
- homepage: http://www.ehcache.org · fetched 2026-08-29 · b2323faf3ef2
- site_page: https://www.ehcache.org/about · fetched 2026-08-29 · 7405fc377a10
- site_page: https://www.ehcache.org/documentation · fetched 2026-08-29 · 84bd16312a42
- site_page: https://www.ehcache.org/documentation/3.11 · fetched 2026-08-29 · 07cd81bbdd0d
- site_page: https://www.ehcache.org/generated/2.10.0/html/ehc-all · fetched 2026-08-29 · cd4ad8319df4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ehcache/ehcache3 | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="ehcache/ehcache3")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem