ehcache

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

Packages that use TerracottaConfiguration.StorageStrategy
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. 
 

Uses of TerracottaConfiguration.StorageStrategy in net.sf.ehcache.config
 

Fields in net.sf.ehcache.config declared as TerracottaConfiguration.StorageStrategy
static TerracottaConfiguration.StorageStrategy TerracottaConfiguration.DEFAULT_STORAGE_STRATEGY
          Default setting for storageStrategy
 

Methods in net.sf.ehcache.config that return TerracottaConfiguration.StorageStrategy
 TerracottaConfiguration.StorageStrategy TerracottaConfiguration.getStorageStrategy()
          Get the value mode in terms of the mode enum
 TerracottaConfiguration.StorageStrategy CacheConfiguration.getTerracottaStorageStrategy()
          Accessor
static TerracottaConfiguration.StorageStrategy TerracottaConfiguration.StorageStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TerracottaConfiguration.StorageStrategy[] TerracottaConfiguration.StorageStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.ehcache.config with parameters of type TerracottaConfiguration.StorageStrategy
 TerracottaConfiguration TerracottaConfiguration.storageStrategy(TerracottaConfiguration.StorageStrategy storageStrategy)
           
 

Uses of TerracottaConfiguration.StorageStrategy in net.sf.ehcache.terracotta
 

Methods in net.sf.ehcache.terracotta that return TerracottaConfiguration.StorageStrategy
static TerracottaConfiguration.StorageStrategy TerracottaClient.getTerracottaDefaultStrategyForCurrentRuntime(CacheConfiguration cacheConfiguration)
          Returns the default TerracottaConfiguration.StorageStrategy type for the current Terracotta runtime.
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.