Uses of Class
org.apache.camel.support.LRUCacheFactory
Packages that use LRUCacheFactory
Package
Description
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.supportModifier and TypeClassDescriptionclassDefaultLRUCacheFactorywhich uses aLinkedHashMapbased implementation.Methods in org.apache.camel.support that return LRUCacheFactoryModifier and TypeMethodDescriptionstatic LRUCacheFactoryLRUCacheFactory.getInstance()Gets (and creates if needed) the LRUCacheFactory to use.Methods in org.apache.camel.support with parameters of type LRUCacheFactoryModifier and TypeMethodDescriptionstatic voidLRUCacheFactory.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.