Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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 org.activemq.store.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.
SimpleCachePersistenceAdapterGBean  
SimpleMessageCache A simple cache that stores messages in memory.