Package | Description |
---|---|
net.sf.ehcache.management |
This package contains JMX MBeans and implementations for management of ehcache.
|
Class and Description |
---|
Cache
A Cache implementation that supports JMX MBeans
|
CacheConfiguration
A JMX MBean implementation and decorator to net.sf.ehcache.CacheConfiguration
|
CacheConfigurationMBean
A JMX MBean interface for the configuration of a cache
|
CacheManager
An MBean implementation for those attributes and operations we wish to expose on net.sf.ehcache.CacheManager.
|
CacheManagerMBean
An MBean interface for those attributes and operations we wish to expose on net.sf.ehcache.CacheManager
|
CacheMBean
A management bean for a cache
|
CacheStatistics
A JMX CacheStatistics decorator for an ehcache Statistics class.
|
CacheStatisticsMBean |
ResourceClassLoader
ResourceClassLoader can load classes nested in a subdirectory of a jar
Example :
ehcache.jar!/net/sf/ehcache/CacheManager is in the "normal" classpath and will be loaded by any typical classloader
ehcache.jar!/subdirectory/net/sf/ehcache/CacheManager can only be loaded by the ResourceClassLoader, with prefix "subdirectory"
|
Store
Wrapper class for store specific dynamic mbeans.
|