Uses of Interface
org.infinispan.persistence.spi.CacheLoader
Packages that use CacheLoader
Package
Description
A
CacheLoader
(not CacheWriter
) that polls other nodes in the cluster for state.The Persistence SPI.
-
Uses of CacheLoader in org.infinispan.persistence.cluster
Classes in org.infinispan.persistence.cluster that implement CacheLoader -
Uses of CacheLoader in org.infinispan.persistence.spi
Subinterfaces of CacheLoader in org.infinispan.persistence.spiModifier and TypeInterfaceDescriptioninterface
AdvancedCacheLoader<K,
V> Deprecated.since 11.0 replaced byNonBlockingStore
interface
Deprecated.since 11.0 replaced byNonBlockingStore
interface
ExternalStore<K,
V> Deprecated.since 11.0 replaced byNonBlockingStore
interface
FlagAffectedStore<K,
V> Implemented by stores that can skip writes based on certain flags present in the invocation.interface
Deprecated.since 11.0 replaced byNonBlockingStore