Interface CaffeineCacheEndpointBuilderFactory.CaffeineCacheBuilders

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

public static interface CaffeineCacheEndpointBuilderFactory.CaffeineCacheBuilders
  • Method Details

    • caffeineCache

      Caffeine Cache (camel-caffeine) Perform caching operations using Caffeine Cache. Category: cache,clustering Since: 2.20 Maven coordinates: org.apache.camel:camel-caffeine
      Returns:
      the dsl builder for the headers' name.
    • caffeineCache

      Caffeine Cache (camel-caffeine) Perform caching operations using Caffeine Cache. Category: cache,clustering Since: 2.20 Maven coordinates: org.apache.camel:camel-caffeine Syntax: caffeine-cache:cacheName Path parameter: cacheName (required) Cache name
      Parameters:
      path - cacheName
      Returns:
      the dsl builder
    • caffeineCache

      Caffeine Cache (camel-caffeine) Perform caching operations using Caffeine Cache. Category: cache,clustering Since: 2.20 Maven coordinates: org.apache.camel:camel-caffeine Syntax: caffeine-cache:cacheName Path parameter: cacheName (required) Cache name
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - cacheName
      Returns:
      the dsl builder