Package | Description |
---|---|
org.apache.camel.component.caffeine |
Modifier and Type | Method and Description |
---|---|
EvictionType |
CaffeineConfiguration.getEvictionType() |
static EvictionType |
EvictionType.getEvictionType(String name) |
static EvictionType |
EvictionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvictionType[] |
EvictionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CaffeineConfiguration.setEvictionType(EvictionType evictionType)
Set the eviction Type for this cache
|
Apache Camel