cache2k core implementation · A light weight and high performance Java caching library. Android and Java 6 compatible. This artifact contains the implementation of the core functionality of cache2k. For using and integrating cache2k in applications please use the definitions in the cache2k-api artifact only. Classes within the implementation code are not stable within releases and may move or even disappear.
Group: org.cache2k - All Dependencies
cache2k API · A light weight and high performance Java caching library. Android and Java 6 compatible. This artifact contains the official API of cache2k.
cache2k testing · Defines different categories (SlowTests, FastTests, ...) we can specify for unit testing. Added as test dependency, otherwise we cannot specify the category in aggregator builds / on top level. This serves also as a test scope BOM for transitive dependencies to JUnit and hamcrest.
cache2k JCache provider · A light weight and high performance Java caching library. JCache/JSR107 support. Dependency to javax.cache:cache-api must be additionally declared.
cache2k "all" transitional artifact · A light weight and high performance Java caching library. Android and Java 6 compatible. To avoid classloader problems the combined jar file cache2k-all is no longer supported. Please remove the cache2k-all dependency from your projects. For transition this depends on cache2k-api and cache2k-core.
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 XSD schema · A light weight and high performance Java caching library. XSD schema for the XML configuration.
cache2k addon · A collection of customizers and features that can be used as is or serve as an example for own code.
cache2k JCache provider API · A light weight and high performance Java caching library. JCache/JSR107 support. API package with additional configuration options.
cache2k Spring framework support · A light weight and high performance Java caching library. Spring caching support usable with 4.3 and beyond.
cache2k XSD schemas · A light weight and high performance Java caching library. XSD schema for the XML configuration.
cache2k Java Caching · A light weight and high performance Java caching library. Android and Java 6 compatible.
cache2k JMX API · A light weight and high performance Java caching library. JMX API definitions. This artifact is included in cache2k-all.
cache2k ee · A light weight and high performance Java cache library. Extension for adding JMX support.
cache2k XML configuration · A light weight and high performance Java caching library. XML configuration file support. This artifact is included in cache2k-all.
cache2k server side · A light weight and high performance Java caching library. Useful things for server deployment. JMX support. This artifact is included in cache2k-all.
cache2k documentation · A light weight and high performance Java cache library. Android compatible core library.
cache2k JCache tests · Tests for JSR107 compliant caches. These are tests from the JSR107 TCK that were published as Open Source. The artifact may also contain additional tests and improvements. For compliance testing use the original TCK as published via jcp.org.
cache2k OSGi all · A light weight and high performance Java cache library. Complete runtime bundle for use with OSGi environments with OSGi meta information. OSGi users are encouraged to look on https://github.com/cache2k/cache2k/issues/83.
cache2k implementation · A light weight and high performance Java caching library. Android and Java 6 compatible. Implementation jar. Do not use this as compile time dependency.
cache2k micrometer monitoring support · A light weight and high performance Java caching library. Optional module adding support for Micrometer monitoring.