ehcache

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

Packages that use TerracottaConfiguration
net.sf.ehcache.config This package contains the cache configuration code. 
 

Uses of TerracottaConfiguration in net.sf.ehcache.config
 

Fields in net.sf.ehcache.config declared as TerracottaConfiguration
protected  TerracottaConfiguration CacheConfiguration.terracottaConfiguration
          The TerracottaConfiguration.
 

Methods in net.sf.ehcache.config that return TerracottaConfiguration
 TerracottaConfiguration TerracottaConfiguration.clone()
          Clones this object, following the usual contract.
 TerracottaConfiguration CacheConfiguration.getTerracottaConfiguration()
          Accessor
 

Methods in net.sf.ehcache.config with parameters of type TerracottaConfiguration
 void CacheConfiguration.addTerracotta(TerracottaConfiguration terracottaConfiguration)
          Allows BeanHandler to add the TerracottaConfiguration to the configuration.
 


ehcache

true