Uses of Class
flux.CacheType

Packages that use CacheType
flux File Orchestration Solutions for Banking and Finance 
 

Uses of CacheType in flux
 

Fields in flux declared as CacheType
static CacheType Configuration.DEFAULT_CACHE_TYPE
          Default value is CacheType.LOCAL.
 

Methods in flux that return CacheType
 CacheType Configuration.getCacheType()
          Returns the CACHE_TYPE configuration property.
static CacheType CacheType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheType[] CacheType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flux with parameters of type CacheType
 void Configuration.setCacheType(CacheType cacheType)
          Sets the CACHE_TYPE configuration property.
 



© 2014 Flux Corporation. All rights reserved.