Uses of Class
org.apache.activemq.util.LRUCache
-
Packages that use LRUCache Package Description org.apache.activemq.filter.function Filter Function implementations for JMS Selectors.org.apache.activemq.network.jms Support for a federated network using a foreign JMS provider. -
-
Uses of LRUCache in org.apache.activemq.filter.function
Fields in org.apache.activemq.filter.function declared as LRUCache Modifier and Type Field Description protected static LRUCache<String,Pattern>
regexMatchFunction. compiledExprCache
-
Uses of LRUCache in org.apache.activemq.network.jms
Fields in org.apache.activemq.network.jms declared as LRUCache Modifier and Type Field Description protected LRUCache<Destination,DestinationBridge>
JmsConnector. replyToBridges
-