Download cache2k-core-0.27-BETA.jar file - Jar c

Jar examples for c:cache2k-core

Description

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.

You can download jar file cache2k-core 0.27-BETA in this page.

Build File

You can use the following script to add cache2k-core-0.27-BETA.jar to your project.

<dependency>
   <groupId>org.cache2k</groupId>
   <artifactId>cache2k-core</artifactId>
   <version>0.27-BETA</version>
</dependency>
compile group: 'org.cache2k', name: 'cache2k-core', version: '0.27-BETA'
libraryDependencies += "org.cache2k" % "cache2k-core" % "0.27-BETA"
<dependency org="org.cache2k" name="cache2k-core" rev="0.27-BETA"/>
@Grapes(@Grab(group='org.cache2k', module='cache2k-core', version='0.27-BETA'))
'org.cache2k:cache2k-core:jar:0.27-BETA'

Download

Click the following link to download the jar file.

cache2k-core-0.27-BETA-javadoc.jar
cache2k-core-0.27-BETA-sources.jar
cache2k-core-0.27-BETA.jar
cache2k-core-0.27-BETA.pom



Related Tutorials