Registry / database / infinispan-cachestore-remote

infinispan-cachestore-remote

JSON →
library16.1.4javamavenunverified

Infinispan remote CacheStore based on Hot Rod protocol.

<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-cachestore-remote</artifactId> <version>16.1.4</version> </dependency>
INSTALL
IMPORT
SIG · INFINISPAN-CACHEST
I
infinispan-cachestore-remote
databasejavav16.1.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.

RemoteStore
org.infinispan.persistence.remote.RemoteStore

Configures a remote cache store for Infinispan.

import org.infinispan.persistence.remote.RemoteStore; import org.infinispan.configuration.cache.ConfigurationBuilder; public class Example { public static void main(String[] args) { ConfigurationBuilder builder = new ConfigurationBuilder(); builder.persistence().addStore(RemoteStore.class); System.out.println("RemoteStore configured"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
16.1.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
infinispan-cachestore-remote — mvn dependency:get infinispan-cachestore-remote · libregistry