Uses of Interface
org.infinispan.persistence.spi.CacheWriter
-
Packages that use CacheWriter Package Description org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of CacheWriter in org.infinispan.persistence.spi
Subinterfaces of CacheWriter in org.infinispan.persistence.spi Modifier and Type Interface Description interface
AdvancedCacheExpirationWriter<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
AdvancedCacheWriter<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
AdvancedLoadWriteStore<K,V>
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
SegmentedAdvancedLoadWriteStore<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
TransactionalCacheWriter<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
-