K
- the type of the keys used to access data within this cacheV
- the type of the values held within this cachepublic interface PersistentUserManagedCache<K,V> extends UserManagedCache<K,V>
UserManagedCache
that holds data that outlives the JVM's processCache.Entry<K,V>
Modifier and Type | Method and Description |
---|---|
Maintainable |
toMaintenance()
Lets you manipulate the persistent data structures for this
PersistentUserManagedCache |
close, getStatus, init
clear, containsKey, get, getAll, getRuntimeConfiguration, put, putAll, putIfAbsent, remove, remove, removeAll, replace, replace
Maintainable toMaintenance()
PersistentUserManagedCache
Maintainable
for this PersistentUserManagedCache
java.lang.IllegalStateException
- if state Status.MAINTENANCE
couldn't be reached