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 EvictionTypeCaffeineConfiguration. getEvictionType()static EvictionTypeEvictionType. getEvictionType(String name)static EvictionTypeEvictionType. 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 voidCaffeineConfiguration. setEvictionType(EvictionType evictionType)Set the eviction Type for this cache
-