Interface JCacheEndpointBuilderFactory.JCacheBuilders

    • Method Detail

      • jcache

        default JCacheEndpointBuilderFactory.JCacheEndpointBuilder jcache​(String path)
        JCache (camel-jcache) Perform caching operations against JSR107/JCache. Category: cache,datagrid,clustering Since: 2.17 Maven coordinates: org.apache.camel:camel-jcache Syntax: jcache:cacheName Path parameter: cacheName (required) The name of the cache
        Parameters:
        path - cacheName
        Returns:
        the dsl builder
      • jcache

        default JCacheEndpointBuilderFactory.JCacheEndpointBuilder jcache​(String componentName,
                                                                          String path)
        JCache (camel-jcache) Perform caching operations against JSR107/JCache. Category: cache,datagrid,clustering Since: 2.17 Maven coordinates: org.apache.camel:camel-jcache Syntax: jcache:cacheName Path parameter: cacheName (required) The name of the cache
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - cacheName
        Returns:
        the dsl builder