Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheWriter
-
Packages that use AdvancedCacheWriter Package Description org.infinispan.persistence.jpa JPA-basedAdvancedLoadWriteStore
.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of AdvancedCacheWriter in org.infinispan.persistence.jpa
Classes in org.infinispan.persistence.jpa that implement AdvancedCacheWriter Modifier and Type Class Description class
JpaStore<K,V>
NOTE: This store can return expired keys or entries on any given operation ifJpaStoreConfiguration.storeMetadata()
was set to false. -
Uses of AdvancedCacheWriter in org.infinispan.persistence.spi
Subinterfaces of AdvancedCacheWriter in org.infinispan.persistence.spi Modifier and Type Interface Description interface
AdvancedCacheExpirationWriter<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
AdvancedLoadWriteStore<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
SegmentedAdvancedLoadWriteStore<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
TransactionalCacheWriter<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
-