Uses of Class
org.apache.camel.support.LRUCacheFactory
-
Packages that use LRUCacheFactory Package Description org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the user -
-
Uses of LRUCacheFactory in org.apache.camel.support
Subclasses of LRUCacheFactory in org.apache.camel.support Modifier and Type Class Description class
DefaultLRUCacheFactory
DefaultLRUCacheFactory
which uses aLinkedHashMap
based implementation.Methods in org.apache.camel.support that return LRUCacheFactory Modifier and Type Method Description static LRUCacheFactory
LRUCacheFactory. getInstance()
Gets (and creates if needed) the LRUCacheFactory to use.Methods in org.apache.camel.support with parameters of type LRUCacheFactory Modifier and Type Method 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.
-