Uses of Class
org.apache.camel.util.LRUCache

Packages that use LRUCache
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of LRUCache in org.apache.camel.impl
 

Subclasses of LRUCache in org.apache.camel.impl
 class EndpointRegistry
          Endpoint registry which is a based on a LRUCache to keep the last 1000 in an internal cache.
 



Apache CAMEL