cache2k XML configuration

A light weight and high performance Java caching library. XML configuration file support. This artifact is included in cache2k-all.

Лицензия

Лицензия

Категории

Категории

cache2k Данные Caching Configuration Библиотеки уровня приложения config
Группа

Группа

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

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

cache2k-xml-configuration
Последняя версия

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

1.0.2.Final
Дата

Дата

Тип

Тип

jar
Описание

Описание

cache2k XML configuration
A light weight and high performance Java caching library. XML configuration file support. This artifact is included in cache2k-all.
Ссылка на сайт

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

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

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

headissue GmbH, Munich

Скачать cache2k-xml-configuration

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

<!-- https://jarcasting.com/artifacts/org.cache2k/cache2k-xml-configuration/ -->
<dependency>
    <groupId>org.cache2k</groupId>
    <artifactId>cache2k-xml-configuration</artifactId>
    <version>1.0.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.cache2k/cache2k-xml-configuration/
implementation 'org.cache2k:cache2k-xml-configuration:1.0.2.Final'
// https://jarcasting.com/artifacts/org.cache2k/cache2k-xml-configuration/
implementation ("org.cache2k:cache2k-xml-configuration:1.0.2.Final")
'org.cache2k:cache2k-xml-configuration:jar:1.0.2.Final'
<dependency org="org.cache2k" name="cache2k-xml-configuration" rev="1.0.2.Final">
  <artifact name="cache2k-xml-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cache2k', module='cache2k-xml-configuration', version='1.0.2.Final')
)
libraryDependencies += "org.cache2k" % "cache2k-xml-configuration" % "1.0.2.Final"
[org.cache2k/cache2k-xml-configuration "1.0.2.Final"]

Зависимости

compile (2)

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

provided (1)

Идентификатор библиотеки Тип Версия
xpp3 : xpp3 jar 1.1.4c

test (1)

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

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

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

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.0.2.Final
1.0.1.Final
1.0.0.Final
1.0.0.CR4
1.0.0.CR3
1.0.0.CR2
1.0.0.CR1