Ehcache 3.3.0
Major clustering performance improvements
With this release, we are proud to announce major performance improvements for Ehcache with Terracotta clustering. Expect more information on this in the coming weeks.
For now, give it a try and let us know what you think!
And of course, quite a number of bug fixes, including all the fixes in the 3.1.4 and 3.2.0 releases that are out as of now.
Getting started
Ehcache 3.3.0 has been released to maven central under the following coordinates:
Main module
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>3.3.0</version>
</dependency>
Transactions module
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache-transactions</artifactId>
<version>3.3.0</version>
</dependency>
Clustering module
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache-clustered</artifactId>
<version>3.3.0</version>
</dependency>
Or can be downloaded below.
Note that if you download Ehcache jar you will need one additional jar in your classpath:
Clustering kit
For clustering a kit is also provided that includes the Terracotta Server component. See below.