|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the key type for the cacheV
- the value type for the cachepublic interface PersistentUserManagedCache<K,V>
A UserManagedCache
that holds data that can outlive the JVM.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.ehcache.Cache |
---|
Cache.Entry<K,V> |
Method Summary | |
---|---|
void |
destroy()
Destroys all persistent data structures for this PersistentUserManagedCache . |
Methods inherited from interface org.ehcache.UserManagedCache |
---|
close, getStatus, init |
Methods inherited from interface org.ehcache.Cache |
---|
clear, containsKey, get, getAll, getRuntimeConfiguration, put, putAll, putIfAbsent, remove, remove, removeAll, replace, replace |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
void destroy() throws CachePersistenceException
PersistentUserManagedCache
.
java.lang.IllegalStateException
- if state MAINTENANCE
couldn't be reached
CachePersistenceException
- if the persistent data cannot be destroyed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |