Uses of Class
org.apache.camel.component.caffeine.EvictionType
-
Packages that use EvictionType Package Description org.apache.camel.component.caffeine -
-
Uses of EvictionType in org.apache.camel.component.caffeine
Methods in org.apache.camel.component.caffeine that return EvictionType Modifier and Type Method 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.Methods in org.apache.camel.component.caffeine with parameters of type EvictionType Modifier and Type Method Description void
CaffeineConfiguration. setEvictionType(EvictionType evictionType)
Set the eviction Type for this cache
-