Caffeine is a high-performance, near-optimal caching library for Java, providing in-memory cache with configurable eviction policies.
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.2.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Caffeine cache with maximum size and performs a put/get.
No known issues recorded.
No dependency data recorded yet.