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. 
 

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
static TerracottaConfiguration.StorageStrategy TerracottaConfiguration.StorageStrategy.valueOf(java.lang.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)
           
 


ehcache

true