Interface CachedStateStore<K,V>
-
public interface CachedStateStore<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFlushListener(CacheFlushListener<K,V> listener, boolean sendOldValues)
Set theCacheFlushListener
to be notified when entries are flushed from the cache to the underlyingStateStore
-
-
-
Method Detail
-
setFlushListener
void setFlushListener(CacheFlushListener<K,V> listener, boolean sendOldValues)
Set theCacheFlushListener
to be notified when entries are flushed from the cache to the underlyingStateStore
- Parameters:
listener
-sendOldValues
-
-
-