Interface EhcacheEndpointBuilderFactory.EhcacheBuilders

    • Method Detail

      • ehcache

        default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder ehcache​(String path)
        Ehcache (camel-ehcache) Perform caching operations using Ehcache. Category: cache,datagrid,clustering Since: 2.18 Maven coordinates: org.apache.camel:camel-ehcache Syntax: ehcache:cacheName Path parameter: cacheName (required) the cache name
        Parameters:
        path - cacheName
      • ehcache

        default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder ehcache​(String componentName,
                                                                             String path)
        Ehcache (camel-ehcache) Perform caching operations using Ehcache. Category: cache,datagrid,clustering Since: 2.18 Maven coordinates: org.apache.camel:camel-ehcache Syntax: ehcache:cacheName Path parameter: cacheName (required) the cache name
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - cacheName