Registry / database / infinispan-jcache

infinispan-jcache

JSON →
library16.1.3javamavenunverified

JCACHE (JSR-107) implementation using Infinispan embedded mode.

<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-jcache</artifactId> <version>16.1.3</version> </dependency>
INSTALL
IMPORT
SIG · INFINISPAN-JCACHE
I
infinispan-jcache
databasejavav16.1.3
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.

Cache
javax.cache.Cache

Creates and uses a JCache cache backed by Infinispan.

import javax.cache.Cache; import javax.cache.Caching; import javax.cache.spi.CachingProvider; CachingProvider provider = Caching.getCachingProvider(); CacheManager manager = provider.getCacheManager(); Cache<String, String> cache = manager.createCache("myCache", new MutableConfiguration<>()); cache.put("key", "value");
Debug
Known issues
breakingInfinispan 16.x requires Java 11 or later.
fix
Ensure your project uses Java 11+.
affects: >=16.0.0
Upgrade
Version history
16.1.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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