Uses of Interface
org.infinispan.persistence.spi.CacheLoader
-
Packages that use CacheLoader Package Description org.infinispan.persistence.cluster ACacheLoader(notCacheWriter) that polls other nodes in the cluster for state.org.infinispan.persistence.jpa JPA-basedAdvancedLoadWriteStore.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of CacheLoader in org.infinispan.persistence.cluster
Classes in org.infinispan.persistence.cluster that implement CacheLoader Modifier and Type Class Description classClusterLoaderDeprecated.since 11.0. -
Uses of CacheLoader in org.infinispan.persistence.jpa
Classes in org.infinispan.persistence.jpa that implement CacheLoader Modifier and Type Class Description classJpaStore<K,V>NOTE: This store can return expired keys or entries on any given operation ifJpaStoreConfiguration.storeMetadata()was set to false. -
Uses of CacheLoader in org.infinispan.persistence.spi
Subinterfaces of CacheLoader in org.infinispan.persistence.spi Modifier and Type Interface Description interfaceAdvancedCacheLoader<K,V>Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceAdvancedLoadWriteStore<K,V>Deprecated.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.interfaceSegmentedAdvancedLoadWriteStore<K,V>Deprecated.since 11.0 replaced byNonBlockingStore
-