cache2k base BOM

A light weight and high performance Java caching library. Android and Java 6 compatible. It can be expected that this bill of material POM always provides the artifacts for basic caching functionality that is useful and needed for applications, like: The in memory cache, XML configuration and JMX support. The core artifact with the implementation is added as runtime dependency so only the API is included in the compile scope for development.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

cache2k-base-bom
Последняя версия

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

1.9.1.Alpha
Дата

Дата

Тип

Тип

pom
Описание

Описание

cache2k base BOM
A light weight and high performance Java caching library. Android and Java 6 compatible. It can be expected that this bill of material POM always provides the artifacts for basic caching functionality that is useful and needed for applications, like: The in memory cache, XML configuration and JMX support. The core artifact with the implementation is added as runtime dependency so only the API is included in the compile scope for development.
Ссылка на сайт

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

https://cache2k.org/cache2k-base-bom
Организация-разработчик

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

headissue GmbH, Munich

Скачать cache2k-base-bom

Имя Файла Размер
cache2k-base-bom-1.9.1.Alpha.pom 1 KB
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.cache2k : cache2k-api jar 1.9.1.Alpha

runtime (1)

Идентификатор библиотеки Тип Версия
org.cache2k : cache2k-core jar 1.9.1.Alpha

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

Данный проект не имеет модулей.

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
High Performance Java Caching

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

Версия
1.9.1.Alpha
1.6.0.Final
1.5.2.Beta
1.5.1.Alpha
1.4.1.Final
1.4.0.Final
1.3.8.Beta
1.3.7.Beta
1.3.6.Beta
1.3.5.Beta
1.3.4.Beta
1.3.3.Alpha
1.3.2.Alpha
1.3.1.Alpha
1.2.4.Final
1.2.3.Final
1.2.2.Final
1.2.1.Final
1.2.0.Final
1.1.4.Beta
1.1.3.Alpha