Package org.activemq.store.cache

Interface Summary
CacheMessageStoreAware Other MessageStores that whish to be notified when they are being cached by a CacheMessageStore should implement the CacheMessageStoreAware interface.
MessageCache Defines the interface used to cache messages.
 

Class Summary
CacheMessageStore A MessageStore that uses an in memory cache to speed up getMessage() method calls.
CachePersistenceAdapter Implements a PersistenceAdapter designed to to speed up access to recently added messages by using a MessageCache .
CacheTopicMessageStore A MessageStore that uses an in memory cache to speed up getMessage() method calls.
MemoryBoundedCachePersistenceAdapter Provides a CachePersistenceAdapter that uses a MemoryBoundedLRUCache for each destination.
SimpleCachePersistenceAdapter Provides a CachePersistenceAdapter that uses a seperate LRU cache for each destination.
SimpleMessageCache A simple cache that stores messages in memory.
 



Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.