Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheExpirationWriter
-
Packages that use AdvancedCacheExpirationWriter Package Description org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore
.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of AdvancedCacheExpirationWriter in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased that implement AdvancedCacheExpirationWriter Modifier and Type Class Description class
JdbcStringBasedStore<K,V>
AdvancedCacheLoader
implementation that stores the entries in a database. -
Uses of AdvancedCacheExpirationWriter in org.infinispan.persistence.remote
Classes in org.infinispan.persistence.remote that implement AdvancedCacheExpirationWriter Modifier and Type Class Description class
RemoteStore<K,V>
Cache store that delegates the call to a infinispan cluster. -
Uses of AdvancedCacheExpirationWriter in org.infinispan.persistence.spi
Subinterfaces of AdvancedCacheExpirationWriter in org.infinispan.persistence.spi Modifier and Type Interface Description interface
SegmentedAdvancedLoadWriteStore<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
-