Skip to content

Milestone 5

Compare
Choose a tag to compare
@terracotta-org terracotta-org released this 19 Feb 15:16
· 3425 commits to master since this release

Ehcache 3.0.0.m5 release

Fifth milestone release

This fifth milestone adds the following features and improvements:

  • Support for byte sizing on heap,
  • Reworked cache event listener system,
  • Many improvements in configuration builders,
  • Alignment at the XML configuration level to offer better consistency,
  • More fixes to tiering which would expose internal state,
  • Many more improvements and bug fixes

Getting started

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

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