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.EvictionTypeCaffeineLoadCacheEndpointBuilderFactory.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.CaffeineLoadCacheEndpointBuilderCaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder. evictionType(CaffeineLoadCacheEndpointBuilderFactory.EvictionType evictionType)Set the eviction Type for this cache.
-