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.

Лицензия

Лицензия

Категории

Категории

cache2k Данные Caching
Группа

Группа

org.cache2k
Идентификатор

Идентификатор

cache2k-jcache-parent
Последняя версия

Последняя версия

0.26-BETA
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://cache2k.org/cache2k-jcache-parent
Организация-разработчик

Организация-разработчик

headissue GmbH, Munich

Скачать cache2k-jcache-parent

Имя Файла Размер
cache2k-jcache-parent-0.26-BETA.pom 1 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.cache2k » cache2k-junit-util jar 0.26-BETA

Модули Проекта

  • provider
  • tck-tests

License Stack Overflow Maven Central

cache2k Java Caching

cache2k is an in-memory high performance Java Caching library.

  Cache<String,String> cache = new Cache2kBuilder<String, String>() {}
    .expireAfterWrite(5, TimeUnit.MINUTES)    // expire/refresh after 5 minutes
    .resilienceDuration(30, TimeUnit.SECONDS) // cope with at most 30 seconds
                                              // outage before propagating 
                                              // exceptions
    .refreshAhead(true)                       // keep fresh when expiring
    .loader(this::expensiveOperation)         // auto populating function
    .build();

For a detailed introduction continue with Getting Started.

Features at a glance

Integrations

  • Spring Framework
  • Scala Cache
  • Datanucleus (via JCache)
  • Hibernate (via JCache)
  • .... and probably more, please raise an issue and get it listed!

More...

For more documentation and latest news, see the cache2k homepage.

org.cache2k

headissue GmbH

Версии библиотеки

Версия
0.26-BETA
0.25-BETA
0.24-BETA