Uses of Class
org.apache.camel.builder.endpoint.dsl.CaffeineLoadCacheEndpointBuilderFactory.EvictionType
-
Packages that use CaffeineLoadCacheEndpointBuilderFactory.EvictionType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of CaffeineLoadCacheEndpointBuilderFactory.EvictionType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CaffeineLoadCacheEndpointBuilderFactory.EvictionType Modifier and Type Method Description static CaffeineLoadCacheEndpointBuilderFactory.EvictionType
CaffeineLoadCacheEndpointBuilderFactory.EvictionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CaffeineLoadCacheEndpointBuilderFactory.EvictionType[]
CaffeineLoadCacheEndpointBuilderFactory.EvictionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type CaffeineLoadCacheEndpointBuilderFactory.EvictionType Modifier and Type Method Description default CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder
CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder. evictionType(CaffeineLoadCacheEndpointBuilderFactory.EvictionType evictionType)
Set the eviction Type for this cache.
-