Interface CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheBuilders

    • Method Detail

      • caffeineLoadcache

        default CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder caffeineLoadcache​(String path)
        Caffeine LoadCache (camel-caffeine) Perform caching operations using Caffeine Cache with an attached CacheLoader. Category: cache,datagrid,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

        default CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder caffeineLoadcache​(String componentName,
                                                                                                           String path)
        Caffeine LoadCache (camel-caffeine) Perform caching operations using Caffeine Cache with an attached CacheLoader. Category: cache,datagrid,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