public interface PersistentStateCache<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PersistentStateCache.UpdateAction<T> |
T get()
void set(T newValue)
void update(PersistentStateCache.UpdateAction<T> updateAction)
Copyright © 2013. All rights reserved