Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Field and Description |
---|---|
static CacheType |
Configuration.DEFAULT_CACHE_TYPE
Default value is CacheType.NONE.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setCacheType(CacheType cacheType)
Sets the CACHE_TYPE configuration property.
|
© 2000-2025 Flux Corporation. All rights reserved.