c

cache2k-core

This package provides the implementation of all basic cache2k features. 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.
Files download
File Operation
cache2k-core-0.23.jar download
cache2k-core-0.23.pom download
cache2k-core-0.23-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cache2k</groupId>
  <artifactId>cache2k-core</artifactId>
  <version>0.23</version>
</dependency>
Gradle Groovy
implementation 'org.cache2k:cache2k-core:0.23'
Gradle Kotlin
implementation("org.cache2k:cache2k-core:0.23")
Scala SBT
libraryDependencies += "org.cache2k" % "cache2k-core" % "0.23"
Groovy Grape
@Grapes(
  @Grab(group='org.cache2k', module='cache2k-core', version='0.23')
)
Apache Ivy
<dependency org="org.cache2k" name="cache2k-core" rev="0.23" />
Leiningen
[org.cache2k/cache2k-core "0.23"]
Apache Buildr
'org.cache2k:cache2k-core:jar:0.23'