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 TypeInterfaceDescriptioninterfaceAdvancedCacheLoader<K,V> Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceDeprecated.since 11.0 replaced byNonBlockingStoreinterfaceExternalStore<K,V> Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceFlagAffectedStore<K,V> Implemented by stores that can skip writes based on certain flags present in the invocation.interfaceDeprecated.since 11.0 replaced byNonBlockingStore