Package | Description |
---|---|
org.apache.camel.component.cache |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheManagerFactory |
class |
FileCacheManagerFactory |
Modifier and Type | Method and Description |
---|---|
CacheManagerFactory |
CacheComponent.getCacheManagerFactory() |
CacheManagerFactory |
CacheEndpoint.getCacheManagerFactory() |
Modifier and Type | Method and Description |
---|---|
void |
CacheComponent.setCacheManagerFactory(CacheManagerFactory cacheManagerFactory)
To use the given CacheManagerFactory for creating the CacheManager.
|
void |
CacheEndpoint.setCacheManagerFactory(CacheManagerFactory cacheManagerFactory)
To use a custom CacheManagerFactory for creating the CacheManager to be used by this endpoint.
|
Constructor and Description |
---|
CacheEndpoint(String endpointUri,
org.apache.camel.Component component,
CacheConfiguration config,
CacheManagerFactory cacheManagerFactory) |
Apache Camel