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>
“GC creates a lot of problems in our applications. With BigMemory, we hope to reduce the time and the complexity of GC configuration, and avoid unpredictable pauses.”— Enterprise Architect, Germany
Fetching feed...
