Last Version

cache2k JCache JSR107 parent 0.26-BETA

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.

License

License

Categories

Categories

cache2k Data Caching
GroupId

GroupId

org.cache2k
ArtifactId

ArtifactId

cache2k-jcache-parent
Version

Version

0.26-BETA
Type

Type

pom
Description

Description

cache2k JCache JSR107 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.
Project URL

Project URL

http://cache2k.org/cache2k-jcache-parent
Project Organization

Project Organization

headissue GmbH, Munich

Download cache2k-jcache-parent 0.26-BETA


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

Dependencies

test (1)

Group / Artifact Type Version
org.cache2k » cache2k-junit-util jar 0.26-BETA

Project Modules

  • provider
  • tck-tests