Please sign up to join the Terracotta, Ehcache, and Quartz communities. Membership is free and only requires you to complete the form below. In addition to full documentation access, you will also be eligible to attend product briefings, download select early access product releases before the general public, post forum questions, file bug reports, submit patches and receive other member benefits still to come.
All fields in bold are required.
No thanks, just take me to the download ›
Call us: +1-415-738-4000
The ehcache module distribution is the main Ehcache distribution.
ehcache-2.5.2-distribution.tar.gz ›
For more information on this release, see the release notes.
BigMemory is an off-heap storage option for Ehcache that allows for large in-memory caches without the constraints of garbage collection pauses.
The Ehcache Monitor provides enterprise-class monitoring and management capabilities for both development and production.
Older Ehcache artifacts on SourceForge ›
Ehcache publishes releases for all modules to the SourceForge Maven repository at:
You can browse the repo here ›
From there the releases are immediately synced with the Maven central repository.
Ehcache publishes regular snapshots for all modules to the SourceForge Maven repository at http://oss.sonatype.org ›
Note that snapshots are recommended for developer testing only.
You can browse the snapshot repo here ›
To get snapshots you will need to add the following repository to your maven config:
<repositories>
<repository>
<id>sourceforge</id>
<url>http://oss.sonatype.org/content/groups/sourceforge/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
...
</repositories>
