| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PersistentCacheManager
A CacheManager that knows how to lifecycle Cache data that outlive the JVM's process existence.
| Method Summary | |
|---|---|
 void | 
destroyCache(java.lang.String alias)
Destroys all data persistent data associated with the aliased Cache instance managed
 by this CacheManager | 
 Maintainable | 
toMaintenance()
Lets you manipulate the persistent data structures for this PersistentCacheManager | 
| Methods inherited from interface org.ehcache.CacheManager | 
|---|
close, createCache, getCache, getStatus, init, removeCache | 
| Method Detail | 
|---|
Maintainable toMaintenance()
PersistentCacheManager
Maintainable for this PersistentCacheManager
java.lang.IllegalStateException - if state Status.MAINTENANCE couldn't be reached
void destroyCache(java.lang.String alias)
                  throws CachePersistenceException
Cache instance managed
 by this CacheManager
alias - the Cache's alias to destroy all persistent data from
CachePersistenceException - When something goes wrong destroying the persistent data
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||