| Package | Description |
|---|---|
| org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLRUCacheFactory
Default
LRUCacheFactory which uses a LinkedHashMap based implementation. |
| Modifier and Type | Method and Description |
|---|---|
static LRUCacheFactory |
LRUCacheFactory.getInstance()
Gets (and creates if needed) the LRUCacheFactory to use.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LRUCacheFactory.setLRUCacheFactory(LRUCacheFactory cacheFactory)
Use this to set a specific LRUCacheFactory instance, such as before starting Camel, that then avoids doing auto
discovery of the cache factory via classpath.
|
Apache Camel