|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||