is not current version
Last Version 2.6.1.Final

org.cache2k:cache2k-api 0.19.1

This package provides only the API needed for compiling. At runtime the module cache2k-core is also needed. 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.

Categories

Categories

cache2k Data Caching
GroupId

GroupId

org.cache2k
ArtifactId

ArtifactId

cache2k-api
Version

Version

0.19.1
Type

Type

jar

Download cache2k-api 0.19.1


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