Package | Description |
---|---|
org.apache.camel.component.caffeine | |
org.apache.camel.component.caffeine.cache | |
org.apache.camel.component.caffeine.load |
Modifier and Type | Method and Description |
---|---|
CaffeineConfiguration |
CaffeineConfiguration.copy() |
Modifier and Type | Method and Description |
---|---|
CaffeineConfiguration |
CaffeineCacheComponent.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
CaffeineCacheComponent.setConfiguration(CaffeineConfiguration configuration)
Sets the global component configuration
|
Constructor and Description |
---|
CaffeineCacheProducer(CaffeineCacheEndpoint endpoint,
String cacheName,
CaffeineConfiguration configuration,
com.github.benmanes.caffeine.cache.Cache cache) |
Modifier and Type | Method and Description |
---|---|
CaffeineConfiguration |
CaffeineLoadCacheComponent.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
CaffeineLoadCacheComponent.setConfiguration(CaffeineConfiguration configuration)
Sets the global component configuration
|
Constructor and Description |
---|
CaffeineLoadCacheProducer(CaffeineLoadCacheEndpoint endpoint,
String cacheName,
CaffeineConfiguration configuration,
com.github.benmanes.caffeine.cache.LoadingCache cache) |
Apache Camel