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.cacheXA(boolean cacheXA)
           
 TerracottaConfiguration TerracottaConfiguration.clone()
          Clones this object, following the usual contract.
 TerracottaConfiguration TerracottaConfiguration.clustered(boolean clustered)
           
 TerracottaConfiguration TerracottaConfiguration.coherent(boolean coherent)
           
 TerracottaConfiguration TerracottaConfiguration.coherentReads(boolean coherentReads)
           
 TerracottaConfiguration TerracottaConfiguration.copyOnRead(boolean isCopyOnRead)
           
 TerracottaConfiguration CacheConfiguration.getTerracottaConfiguration()
          Accessor
 TerracottaConfiguration TerracottaConfiguration.localKeyCache(boolean localKeyCache)
           
 TerracottaConfiguration TerracottaConfiguration.localKeyCacheSize(int localKeyCacheSize)
           
 TerracottaConfiguration TerracottaConfiguration.orphanEviction(boolean orphanEviction)
           
 TerracottaConfiguration TerracottaConfiguration.orphanEvictionPeriod(int orphanEvictionPeriod)
           
 TerracottaConfiguration TerracottaConfiguration.synchronousWrites(boolean synchronousWrites)
           
 TerracottaConfiguration TerracottaConfiguration.valueMode(java.lang.String valueMode)
           
 TerracottaConfiguration TerracottaConfiguration.valueMode(TerracottaConfiguration.ValueMode valueMode)
           
 

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.
 CacheConfiguration CacheConfiguration.terracotta(TerracottaConfiguration terracottaConfiguration)
           
 


ehcache

true