K - the key type for the cacheV - the value type for the cachepublic interface PersistentUserManagedCache<K,V> extends UserManagedCache<K,V>
UserManagedCache that holds data that can outlive the JVM.Cache.Entry<K,V>| Modifier and Type | Method and Description | 
|---|---|
| void | destroy()Destroys all persistent data structures for this  PersistentUserManagedCache. | 
close, getStatus, initclear, containsKey, get, getAll, getRuntimeConfiguration, iterator, put, putAll, putIfAbsent, remove, remove, removeAll, replace, replacevoid destroy()
      throws CachePersistenceException
PersistentUserManagedCache.java.lang.IllegalStateException - if state MAINTENANCE couldn't be reachedCachePersistenceException - if the persistent data cannot be destroyed