c

cache2k-parent

cache2k is a well engineered high performance in-memory Java cache. It implements latest eviction algorithms and coding techniques to achieve performance about 10 times better then existing cache solutions. cache2k comes with a clean and concise API. The API is currently still evolving until version 1.0 is reached.
http://cache2k.org
GNU General Public License (GPL)
headissue GmbH, Munich
Jens Wilke
Files download
File Operation
cache2k-parent-0.22.pom download
Apache Maven
<dependency>
  <groupId>org.cache2k</groupId>
  <artifactId>cache2k-parent</artifactId>
  <version>0.22</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.cache2k:cache2k-parent:0.22'
Gradle Kotlin
implementation("org.cache2k:cache2k-parent:0.22")
Scala SBT
libraryDependencies += "org.cache2k" % "cache2k-parent" % "0.22"
Groovy Grape
@Grapes(
  @Grab(group='org.cache2k', module='cache2k-parent', version='0.22')
)
Apache Ivy
<dependency org="org.cache2k" name="cache2k-parent" rev="0.22" />
Leiningen
[org.cache2k/cache2k-parent "0.22"]
Apache Buildr
'org.cache2k:cache2k-parent:jar:0.22'
Dependencies