Download cache2k-api-1.0.1.Final.jar file - Jar c

Jar examples for c:cache2k-api

Description

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.

You can download jar file cache2k-api 1.0.1.Final in this page.

Build File

You can use the following script to add cache2k-api-1.0.1.Final.jar to your project.

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

Download

Click the following link to download the jar file.

cache2k-api-1.0.1.Final-javadoc.jar
cache2k-api-1.0.1.Final-sources.jar
cache2k-api-1.0.1.Final.jar
cache2k-api-1.0.1.Final.pom



Related Tutorials