e

ehcache

Ehcache is an open source, standards-based cache used to boost performance, offload the database and simplify scalability. Ehcache is robust, proven and full-featured and this has made it the most widely-used Java-based cache.
http://ehcache.org
The Apache Software License, Version 2.0
Files download
File Operation
ehcache-2.7.0.jar download
ehcache-2.7.0.pom download
ehcache-2.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>2.7.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache:ehcache:2.7.0'
Gradle Kotlin
implementation("net.sf.ehcache:ehcache:2.7.0")
Scala SBT
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.7.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache', module='ehcache', version='2.7.0')
)
Apache Ivy
<dependency org="net.sf.ehcache" name="ehcache" rev="2.7.0" />
Leiningen
[net.sf.ehcache/ehcache "2.7.0"]
Apache Buildr
'net.sf.ehcache:ehcache:jar:2.7.0'