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

Quick Search    Search Deep

Uses of Package
org.activemq.store.cache

Classes in org.activemq.store.cache used by org.activemq.store.cache
CacheMessageStore
          A MessageStore that uses an in memory cache to speed up getMessage() method calls.
CacheMessageStoreAware
          Other MessageStores that whish to be notified when they are being cached by a CacheMessageStore should implement the CacheMessageStoreAware interface.
CachePersistenceAdapter
          Implements a org.activemq.store.PersistenceAdapter designed to to speed up access to recently added messages by using a MessageCache .
MessageCache
          Defines the interface used to cache messages.
SimpleCachePersistenceAdapter
          Provides a CachePersistenceAdapter that uses a seperate LRU cache for each destination.