|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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>
A UserManagedCache
that holds data that outlives the JVM's process
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.ehcache.Cache |
---|
Cache.Entry<K,V> |
Method Summary | |
---|---|
Maintainable |
toMaintenance()
Lets you manipulate the 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 |
---|
Maintainable toMaintenance()
PersistentUserManagedCache
Maintainable
for this PersistentUserManagedCache
java.lang.IllegalStateException
- if state Status.MAINTENANCE
couldn't be reached
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |