Call us: +1-415-738-4000
The ehcache module distribution is the main Ehcache distribution.
ehcache-2.6.6-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.
NOTE: The Terracotta Management Console is now available and replaces Ehcache Monitor for management, monitoring, and administration. To get advanced monitoring capabilities with Terracotta Management Console, please download BigMemory Go.
Need help configuring Terracotta Management Console? Read the documentation.
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>
