c

cache2k-jmx-api

Separated package with the JMX interfaces. Since the JMX is a public API this is separated for documentation purposes. 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-jmx-api-0.21.jar download
cache2k-jmx-api-0.21.pom download
cache2k-jmx-api-0.21-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cache2k</groupId>
  <artifactId>cache2k-jmx-api</artifactId>
  <version>0.21</version>
</dependency>
Gradle Groovy
implementation 'org.cache2k:cache2k-jmx-api:0.21'
Gradle Kotlin
implementation("org.cache2k:cache2k-jmx-api:0.21")
Scala SBT
libraryDependencies += "org.cache2k" % "cache2k-jmx-api" % "0.21"
Groovy Grape
@Grapes(
  @Grab(group='org.cache2k', module='cache2k-jmx-api', version='0.21')
)
Apache Ivy
<dependency org="org.cache2k" name="cache2k-jmx-api" rev="0.21" />
Leiningen
[org.cache2k/cache2k-jmx-api "0.21"]
Apache Buildr
'org.cache2k:cache2k-jmx-api:jar:0.21'