Package org.apache.activemq.memory
package org.apache.activemq.memory
-
ClassDescriptionDefines the interface used to cache messages.Maintains a simple linked list of CacheEntry objects.Filters another Cache implementation.LRUMap<K,
V> A simple least-recently-used cache of a fixed size.Use any Map to implement the Cache.Simple CacheFilter that increases/decreases usage on a UsageManager as objects are added/removed from the Cache.