github ehcache/ehcache3 v3.0.0.Alpha
Release 3.0.0.Alpha

latest releases: v3.9.12-internal14, v3.10.9-internal19, v3.10.9-internal18...
9 years ago

Ehcache 3.0.0.Alpha release

First Alpha release

Ehcache3 is a brand new API for the well known caching library for Java, which was first released 10 years ago. This first alpha release focuses on providing the feature set necessary for first class support of JSR-107, aka JCache, and a few additional items:

  • Support for JSR-107
  • XML configuration support
  • Cache templates to enhance existing JSR-107 deployments
  • New Core Ehcache3 APIs (work in progress)
  • New modular core, with extension points

Getting started

Ehcache 3.0.0.Alpha has been released to maven central under the following coordinates:

<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>3.0.0.Alpha</version>

Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:

You'll also need the javax.cache API on your classpath:

<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.0.0</version>

Further reading

Don't miss a new ehcache3 release

NewReleases is sending notifications on new releases.