Uses of Class
org.apache.camel.component.caffeine.CaffeineConfiguration
-
Packages that use CaffeineConfiguration Package Description org.apache.camel.component.caffeine org.apache.camel.component.caffeine.cache org.apache.camel.component.caffeine.load -
-
Uses of CaffeineConfiguration in org.apache.camel.component.caffeine
Methods in org.apache.camel.component.caffeine that return CaffeineConfiguration Modifier and Type Method Description CaffeineConfigurationCaffeineConfiguration. copy()Methods in org.apache.camel.component.caffeine with parameters of type CaffeineConfiguration Modifier and Type Method Description static 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 CaffeineConfiguration Modifier and Type Method Description CaffeineConfigurationCaffeineCacheComponent. getConfiguration()Methods in org.apache.camel.component.caffeine.cache with parameters of type CaffeineConfiguration Modifier and Type Method Description protected 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 CaffeineConfiguration Constructor Description CaffeineCacheProducer(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 CaffeineConfiguration Modifier and Type Method Description CaffeineConfigurationCaffeineLoadCacheComponent. getConfiguration()Methods in org.apache.camel.component.caffeine.load with parameters of type CaffeineConfiguration Modifier and Type Method Description protected 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 CaffeineConfiguration Constructor Description CaffeineLoadCacheProducer(CaffeineLoadCacheEndpoint endpoint, CaffeineConfiguration configuration, com.github.benmanes.caffeine.cache.LoadingCache cache)
-