|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheManagerMBean
An MBean interface for those attributes and operations we wish to expose on net.sf.ehcache.CacheManager
Method Summary | |
---|---|
void |
clearAll()
Clears the contents of all caches in the CacheManager, but without removing any caches. |
Cache |
getCache(java.lang.String name)
Returns a JMX Cache bean |
java.lang.String[] |
getCacheNames()
Gets the cache names managed by the CacheManager |
java.util.List |
getCaches()
Gets a list of caches in this CacheManager |
java.lang.String |
getStatus()
Gets the status attribute of the Ehcache |
void |
shutdown()
Shuts down the CacheManager. |
Method Detail |
---|
java.lang.String getStatus()
void shutdown()
void clearAll()
Ehcache.removeAll()
mehod on each cache is called.
Cache getCache(java.lang.String name)
java.lang.String[] getCacheNames() throws java.lang.IllegalStateException
java.lang.IllegalStateException
java.util.List getCaches()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |