Skip to content

Ehcache 3.0.2

Compare
Choose a tag to compare
@ljacomet ljacomet released this 06 Jun 12:03
· 3050 commits to master since this release

Ehcache 3.0.2

Second maintenance release for Ehcache 3.0

This maintenance release of Ehcache offers the following:

  • Bug fixes when using multiple tiers, including fix for persistent caches using primitive arrays,
  • And other bug fixes ...

Getting started

Ehcache 3.0.2 has been released to maven central under the following coordinates:

<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.0.2</version>
</dependency>

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

Further reading