cache2k JMX API

A light weight and high performance Java caching library. JMX API definitions. This artifact is included in cache2k-all.

License

License

Categories

Categories

cache2k Data Caching
GroupId

GroupId

org.cache2k
ArtifactId

ArtifactId

cache2k-jmx-api
Last Version

Last Version

1.0.2.Final
Release Date

Release Date

Type

Type

jar
Description

Description

cache2k JMX API
A light weight and high performance Java caching library. JMX API definitions. This artifact is included in cache2k-all.
Project URL

Project URL

https://cache2k.org/cache2k-jmx-api
Project Organization

Project Organization

headissue GmbH, Munich

Download cache2k-jmx-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.cache2k/cache2k-jmx-api/ -->
<dependency>
    <groupId>org.cache2k</groupId>
    <artifactId>cache2k-jmx-api</artifactId>
    <version>1.0.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.cache2k/cache2k-jmx-api/
implementation 'org.cache2k:cache2k-jmx-api:1.0.2.Final'
// https://jarcasting.com/artifacts/org.cache2k/cache2k-jmx-api/
implementation ("org.cache2k:cache2k-jmx-api:1.0.2.Final")
'org.cache2k:cache2k-jmx-api:jar:1.0.2.Final'
<dependency org="org.cache2k" name="cache2k-jmx-api" rev="1.0.2.Final">
  <artifact name="cache2k-jmx-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cache2k', module='cache2k-jmx-api', version='1.0.2.Final')
)
libraryDependencies += "org.cache2k" % "cache2k-jmx-api" % "1.0.2.Final"
[org.cache2k/cache2k-jmx-api "1.0.2.Final"]

Dependencies

compile (1)

Group / Artifact Type Version
org.cache2k : cache2k-api jar 1.0.2.Final

Project Modules

There are no modules declared in this project.

License Stack Overflow Maven Central

cache2k Java Caching

cache2k is an in-memory high performance Java Caching library.

  Cache<String,String> cache = new Cache2kBuilder<String, String>() {}
    .expireAfterWrite(5, TimeUnit.MINUTES)    // expire/refresh after 5 minutes
    .resilienceDuration(30, TimeUnit.SECONDS) // cope with at most 30 seconds
                                              // outage before propagating 
                                              // exceptions
    .refreshAhead(true)                       // keep fresh when expiring
    .loader(this::expensiveOperation)         // auto populating function
    .build();

For a detailed introduction continue with Getting Started.

Features at a glance

Integrations

  • Spring Framework
  • Scala Cache
  • Datanucleus (via JCache)
  • Hibernate (via JCache)
  • .... and probably more, please raise an issue and get it listed!

More...

For more documentation and latest news, see the cache2k homepage.

org.cache2k
High Performance Java Caching

Versions

Version
1.0.2.Final
1.0.1.Final
1.0.0.Final
1.0.0.CR4
1.0.0.CR3
1.0.0.CR2
1.0.0.CR1
0.28-BETA
0.27-BETA
0.26-BETA
0.25-BETA
0.24-BETA
0.23.1
0.23
0.22.1
0.22
0.21.1
0.21
0.20
0.19.1