c

cache2k-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.
http://cache2k.org
GNU General Public License (GPL)
headissue GmbH, Munich
Jens Wilke
文件下载
文件名 操作
cache2k-parent-0.21.pom 下载
Apache Maven
<dependency>
  <groupId>org.cache2k</groupId>
  <artifactId>cache2k-parent</artifactId>
  <version>0.21</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.cache2k:cache2k-parent:0.21'
Gradle Kotlin
implementation("org.cache2k:cache2k-parent:0.21")
Scala SBT
libraryDependencies += "org.cache2k" % "cache2k-parent" % "0.21"
Groovy Grape
@Grapes(
  @Grab(group='org.cache2k', module='cache2k-parent', version='0.21')
)
Apache Ivy
<dependency org="org.cache2k" name="cache2k-parent" rev="0.21" />
Leiningen
[org.cache2k/cache2k-parent "0.21"]
Apache Buildr
'org.cache2k:cache2k-parent:jar:0.21'
本项目依赖