|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageCache | |
org.codehaus.activemq.store.cache |
Uses of MessageCache in org.codehaus.activemq.store.cache |
Classes in org.codehaus.activemq.store.cache that implement MessageCache | |
class |
SimpleMessageCache
A simple cache that stores messages in memory. |
Methods in org.codehaus.activemq.store.cache that return MessageCache | |
protected MessageCache |
SimpleCachePersistenceAdapter.createMessageCache(String destinationName)
|
protected abstract MessageCache |
CachePersistenceAdapter.createMessageCache(String destinationName)
Subclasses should override this method to change the type of MessageCache that is used to cache messages. |
Constructors in org.codehaus.activemq.store.cache with parameters of type MessageCache | |
CacheTopicMessageStore(CachePersistenceAdapter adapter,
TopicMessageStore longTermStore,
MessageCache cache)
|
|
CacheMessageStore(CachePersistenceAdapter adapter,
MessageStore longTermStore,
MessageCache cache)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |