Interface FlagAffectedStore<K,V>
- All Superinterfaces:
CacheLoader<K,V>, CacheWriter<K, V>, ExternalStore<K, V>, 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 CacheLoader
contains, init, loadEntryMethods inherited from interface CacheWriter
bulkUpdate, delete, deleteBatch, init, writeMethods inherited from interface ExternalStore
destroy, isAvailable
-
Method Details
-
shouldWrite
boolean shouldWrite(long commandFlags)
-