Uses of Class
org.apache.camel.component.caffeine.CaffeineConfiguration
Packages that use CaffeineConfiguration
Package
Description
-
Uses of CaffeineConfiguration in org.apache.camel.component.caffeine
Methods in org.apache.camel.component.caffeine that return CaffeineConfigurationMethods in org.apache.camel.component.caffeine with parameters of type CaffeineConfigurationModifier and TypeMethodDescriptionstatic voidCaffeineHelper.defineBuilder(com.github.benmanes.caffeine.cache.Caffeine<?, ?> builder, CaffeineConfiguration configuration) -
Uses of CaffeineConfiguration in org.apache.camel.component.caffeine.cache
Methods in org.apache.camel.component.caffeine.cache that return CaffeineConfigurationMethods in org.apache.camel.component.caffeine.cache with parameters of type CaffeineConfigurationModifier and TypeMethodDescriptionprotected com.github.benmanes.caffeine.cache.Cache<?, ?> CaffeineCacheComponent.getOrCreateCache(String name, CaffeineConfiguration configuration) voidCaffeineCacheComponent.setConfiguration(CaffeineConfiguration configuration) Sets the global component configurationConstructors in org.apache.camel.component.caffeine.cache with parameters of type CaffeineConfigurationModifierConstructorDescriptionCaffeineCacheProducer(CaffeineCacheEndpoint endpoint, CaffeineConfiguration configuration, com.github.benmanes.caffeine.cache.Cache cache) -
Uses of CaffeineConfiguration in org.apache.camel.component.caffeine.load
Methods in org.apache.camel.component.caffeine.load that return CaffeineConfigurationMethods in org.apache.camel.component.caffeine.load with parameters of type CaffeineConfigurationModifier and TypeMethodDescriptionprotected com.github.benmanes.caffeine.cache.LoadingCache<?, ?> CaffeineLoadCacheComponent.getOrCreateCache(String name, CaffeineConfiguration configuration) voidCaffeineLoadCacheComponent.setConfiguration(CaffeineConfiguration configuration) Sets the global component configurationConstructors in org.apache.camel.component.caffeine.load with parameters of type CaffeineConfigurationModifierConstructorDescriptionCaffeineLoadCacheProducer(CaffeineLoadCacheEndpoint endpoint, CaffeineConfiguration configuration, com.github.benmanes.caffeine.cache.LoadingCache cache)