Registry / utility / cache2k-core

cache2k-core

JSON →
library0.23.1javamavenunverified

Lightweight, high-performance Java caching library with Android and Java 6 compatibility; core implementation classes.

<dependency> <groupId>org.cache2k</groupId> <artifactId>cache2k-core</artifactId> <version>0.23.1</version> </dependency>
INSTALL
IMPORT
SIG · CACHE2K-CORE
C
cache2k-core
utilityjavav0.23.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cache2kBuilder
org.cache2k.Cache2kBuilder

Creates a simple eternal cache using cache2k builder.

import org.cache2k.Cache2kBuilder; import org.cache2k.Cache; Cache<String, Integer> cache = Cache2kBuilder.of(String.class, Integer.class) .eternal(true) .build(); cache.put("key", 42); Integer value = cache.get("key");
Debug
Known issues
gotchaImplementation classes are not stable; use only the cache2k-api artifact for stable APIs.
fix
Depend on cache2k-api instead of cache2k-core for application code.
affects: *
Upgrade
Version history
0.23.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
cache2k-core — mvn dependency:get cache2k-core · libregistry