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