Interface CaffeineLoadcacheComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface CaffeineLoadcacheComponentBuilderFactory
Perform caching operations using Caffeine Cache with an attached CacheLoader.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builder for the Caffeine LoadCache component.static class
-
Method Summary
Modifier and TypeMethodDescriptionCaffeine LoadCache (camel-caffeine) Perform caching operations using Caffeine Cache with an attached CacheLoader.
-
Method Details
-
caffeineLoadcache
static CaffeineLoadcacheComponentBuilderFactory.CaffeineLoadcacheComponentBuilder caffeineLoadcache()Caffeine LoadCache (camel-caffeine) Perform caching operations using Caffeine Cache with an attached CacheLoader. Category: cache,datagrid,clustering Since: 2.20 Maven coordinates: org.apache.camel:camel-caffeine- Returns:
- the dsl builder
-