public interface CachedStateStore<K,V>
Modifier and Type | Method and Description |
---|---|
void |
setFlushListener(CacheFlushListener<K,V> listener,
boolean sendOldValues)
Set the
CacheFlushListener to be notified when entries are flushed from the
cache to the underlying StateStore |
void setFlushListener(CacheFlushListener<K,V> listener, boolean sendOldValues)
CacheFlushListener
to be notified when entries are flushed from the
cache to the underlying StateStore
listener
- sendOldValues
-