Package org.apache.activemq.memory

Interface Summary
Cache Defines the interface used to cache messages.
CacheEvictor  
UsageListener  
 

Class Summary
CacheEntry  
CacheEntryList Maintains a simple linked list of CacheEntry objects.
CacheEvictionUsageListener  
CacheFilter Filters another Cache implementation.
LRUMap A simple least-recently-used cache of a fixed size.
MapCache Use any Map to implement the Cache.
UsageManager Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
UsageManagerCacheFilter Simple CacheFilter that increases/decreases usage on a UsageManager as objects are added/removed from the Cache.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.