Interface JCacheEndpointBuilderFactory.JCacheBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
JCacheEndpointBuilderFactory

public static interface JCacheEndpointBuilderFactory.JCacheBuilders
  • Method Details

    • jcache

      JCache (camel-jcache) Perform caching operations against JSR107/JCache. Category: cache,clustering Since: 2.17 Maven coordinates: org.apache.camel:camel-jcache
      Returns:
      the dsl builder for the headers' name.
    • jcache

      JCache (camel-jcache) Perform caching operations against JSR107/JCache. Category: cache,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,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