Package org.infinispan.persistence.spi
Interface FlagAffectedStore<K,V>
- All Superinterfaces:
CacheLoader<K,,V> CacheWriter<K,,V> ExternalStore<K,,V> org.infinispan.commons.api.Lifecycle
Implemented by stores that can skip writes based on certain flags present in the invocation.
- Since:
- 9.0
-
Method Summary
Methods inherited from interface org.infinispan.persistence.spi.CacheLoader
contains, init, loadEntryMethods inherited from interface org.infinispan.persistence.spi.CacheWriter
bulkUpdate, delete, deleteBatch, init, writeMethods inherited from interface org.infinispan.persistence.spi.ExternalStore
destroy, isAvailableMethods inherited from interface org.infinispan.commons.api.Lifecycle
start, stop
-
Method Details
-
shouldWrite
boolean shouldWrite(long commandFlags)
-