Registry / utility / jcache

jcache

JSON →
library3.2.4javamavenunverified

A high performance caching library providing JCache (JSR 107) implementation.

<dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>jcache</artifactId> <version>3.2.4</version> </dependency>
INSTALL
IMPORT
SIG · JCACHE
J
jcache
utilityjavav3.2.4
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.

CacheManagerImpl
com.github.benmanes.caffeine.jcache.CacheManagerImpl

Create a Caffeine JCache cache manager.

import com.github.benmanes.caffeine.jcache.CacheManagerImpl; public class Example { public static void main(String[] args) { CacheManagerImpl manager = new CacheManagerImpl(); System.out.println("Cache manager created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jcache — mvn dependency:get jcache · libregistry