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 CaffeineConfiguration
CaffeineConfiguration. copy()
-
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 CaffeineConfiguration
CaffeineCacheComponent. getConfiguration()
Methods in org.apache.camel.component.caffeine.cache with parameters of type CaffeineConfiguration Modifier and Type Method Description void
CaffeineCacheComponent. 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 CaffeineConfiguration
CaffeineLoadCacheComponent. getConfiguration()
Methods in org.apache.camel.component.caffeine.load with parameters of type CaffeineConfiguration Modifier and Type Method Description void
CaffeineLoadCacheComponent. 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)
-