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.10.6.jar download
ehcache-2.10.6.pom download
ehcache-2.10.6-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>2.10.6</version>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache:ehcache:2.10.6'
Gradle Kotlin
implementation("net.sf.ehcache:ehcache:2.10.6")
Scala SBT
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.10.6"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache', module='ehcache', version='2.10.6')
)
Apache Ivy
<dependency org="net.sf.ehcache" name="ehcache" rev="2.10.6" />
Leiningen
[net.sf.ehcache/ehcache "2.10.6"]
Apache Buildr
'net.sf.ehcache:ehcache:jar:2.10.6'