X

Join the Terracotta, Ehcache, and Quartz Communities

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.


Login

Forgot Password?

Register

All fields in bold are required.



Please tell us a little bit about your interest in our software:
For example:
Are you interested in BigMemory?
Are you already using Ehcache or Terracotta?
What software and hardware does your application use?

registering loading...

No thanks, just take me to the download ›

Download Ehcache

The ehcache module distribution is the main Ehcache distribution.


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.

The Ehcache Monitor provides enterprise-class monitoring and management capabilities for both development and production.


Additional Modules

ehcache-core-2.5.1-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>