A lightweight and high performance Java caching library, compatible with Android and Java 6.
<dependency>
<groupId>org.cache2k</groupId>
<artifactId>cache2k-api</artifactId>
<version>0.23.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple eternal cache and performs a put/get operation.
Explicitly set thread safety via .threadSafe(true) if needed.
No dependency data recorded yet.