cache2k XML configuration

XML configuration parser

License

License

Categories

Categories

cache2k Data Caching config Application Layer Libs Configuration
GroupId

GroupId

org.cache2k
ArtifactId

ArtifactId

cache2k-xml-config
Last Version

Last Version

0.28-BETA
Release Date

Release Date

Type

Type

jar
Description

Description

cache2k XML configuration
XML configuration parser
Project URL

Project URL

http://cache2k.org/cache2k-xml-config
Project Organization

Project Organization

headissue GmbH, Munich

Download cache2k-xml-config

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.cache2k : cache2k-api jar 0.28-BETA
org.cache2k : cache2k-core jar 0.28-BETA

provided (1)

Group / Artifact Type Version
xpp3 : xpp3 jar 1.1.4c

test (1)

Group / Artifact Type Version
org.cache2k » cache2k-junit-util jar 0.28-BETA

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.28-BETA
0.27-BETA
0.26-BETA
0.25-BETA
0.24-BETA