Interface CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheBuilders

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

public static interface CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheBuilders
  • Method Details

    • caffeineLoadcache

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

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

      Caffeine LoadCache (camel-caffeine) Perform caching operations using Caffeine Cache with an attached CacheLoader. Category: cache,clustering Since: 2.20 Maven coordinates: org.apache.camel:camel-caffeine Syntax: caffeine-loadcache: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
      Returns:
      the dsl builder