X

Register for Ehcache

Sign up to access the latest releases of Ehcache



No thanks, just take me to the download ›

Download Ehcache

The ehcache module distribution is the main Ehcache distribution.

For more information on this release, see the release notes.


Enterprise Add Ons

BigMemory

BigMemory is an off-heap storage option for Ehcache that allows for large in-memory caches without the constraints of garbage collection pauses.

Ehcache Monitor

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.


Additional Modules

ehcache-core-2.6.6-distribution.tar.gz Caching engine, RMI replication and Hibernate plugins
ehcache-web-2.0.4-distribution.tar.gz Java Servlet Container caching, gzipping filters
ehcache-server-1.0.0-distribution.tar.gz RESTful cache server in a WAR
ehcache-standalone-server-1.0.0-distribution.tar.gz RESTful cache server in a standalone package
ehcache-openjpa-0.2.0-distribution.tar.gz Caching Plugin for OpenJPA
ehcache-jcache-1.2-distribution.tar.gz JSR107 JCACHE Implementation
ehcache-jgroupsreplication-1.5-distribution.tar.gz Replication via JGroups
ehcache-jmsreplication-0.3-distribution.tar.gz Replication via JMS
ehcache-nonstopcache-1.0.1-distribution.tar.gz Fine-grained control over timeouts and offline events
ehcache-explicitlocking-0.2-distribution.tar.gz Explicit locking control for standalone and Terracotta
ehcache-unlockedreadsview-1.0.0-distribution.tar.gz Unlocked reads view of a coherent Terracotta cache
ehcache-debugger-1.7.1-distribution.tar.gz Allows tracing of RMI distributed replication events

Older Ehcache artifacts on SourceForge ›


Maven

Releases

Ehcache publishes releases for all modules to the SourceForge Maven repository at:

http://oss.sonatype.org/ ›

You can browse the repo here ›

From there the releases are immediately synced with the Maven central repository.

Snapshots

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>