Interface JcacheComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface JcacheComponentBuilderFactory
Perform caching operations against JSR107/JCache. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
JcacheComponentBuilderFactory.JcacheComponentBuilder
Builder for the JCache component.static class
JcacheComponentBuilderFactory.JcacheComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static JcacheComponentBuilderFactory.JcacheComponentBuilder
jcache()
JCache (camel-jcache) Perform caching operations against JSR107/JCache.
-
-
-
Method Detail
-
jcache
static JcacheComponentBuilderFactory.JcacheComponentBuilder jcache()
JCache (camel-jcache) Perform caching operations against JSR107/JCache. Category: cache,datagrid,clustering Since: 2.17 Maven coordinates: org.apache.camel:camel-jcache- Returns:
- the dsl builder
-
-