Skip to content

Ehcache 3.0.3

Compare
Choose a tag to compare
@terracotta-org terracotta-org released this 05 Aug 13:41
· 3058 commits to master since this release

Ehcache 3.0.3

Third maintenance release for Ehcache 3.0

This maintenance release of Ehcache offers the following:

  • Fixes related to JCache integration when using multiple tiers,
  • Many documentation improvements,
  • And other bug fixes ...

Getting started

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

<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.0.3</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