Skip to content

CachedStateStore

CachedStateStore is an abstraction of cached state stores.

Contract

flushCache

void flushCache()

Used when:

setFlushListener

boolean setFlushListener(
  CacheFlushListener<K, V> listener,
  boolean sendOldValues)

Implementations

Back to top