JCACHE (JSR-107) implementation using Infinispan client-server mode for distributed caching.
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-jcache-remote</artifactId>
<version>16.1.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to create and use a remote Infinispan cache via JCache API.
Ensure an Infinispan server is accessible at the configured host/port.
No dependency data recorded yet.