ehcache

Uses of Class
net.sf.ehcache.config.Configuration

Packages that use Configuration
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.config This package contains the cache configuration code. 
 

Uses of Configuration in net.sf.ehcache
 

Constructors in net.sf.ehcache with parameters of type Configuration
CacheManager(Configuration configuration)
          An constructor for CacheManager, which takes a configuration object, rather than one created by parsing an ehcache.xml file.
 

Uses of Configuration in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return Configuration
 Configuration ConfigurationHelper.getConfigurationBean()
           
static Configuration ConfigurationFactory.parseConfiguration()
          Configures a bean from an XML file in the classpath.
static Configuration ConfigurationFactory.parseConfiguration(java.io.File file)
          Configures a bean from an XML file.
static Configuration ConfigurationFactory.parseConfiguration(java.io.InputStream inputStream)
          Configures a bean from an XML input stream.
static Configuration ConfigurationFactory.parseConfiguration(java.net.URL url)
          Configures a bean from an XML file available as an URL.
 

Constructors in net.sf.ehcache.config with parameters of type Configuration
ConfigurationHelper(CacheManager cacheManager, Configuration configuration)
          Only Constructor
 


ehcache