Uses of Class
org.apache.camel.builder.endpoint.dsl.CaffeineCacheEndpointBuilderFactory.EvictionType
-
Packages that use CaffeineCacheEndpointBuilderFactory.EvictionType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of CaffeineCacheEndpointBuilderFactory.EvictionType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CaffeineCacheEndpointBuilderFactory.EvictionType Modifier and Type Method Description static CaffeineCacheEndpointBuilderFactory.EvictionTypeCaffeineCacheEndpointBuilderFactory.EvictionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CaffeineCacheEndpointBuilderFactory.EvictionType[]CaffeineCacheEndpointBuilderFactory.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 CaffeineCacheEndpointBuilderFactory.EvictionType Modifier and Type Method Description default CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilderCaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder. evictionType(CaffeineCacheEndpointBuilderFactory.EvictionType evictionType)Set the eviction Type for this cache.
-