Package wt.cache

Interface Summary
CacheServer Cache manager remote interface.
DirtyCache.DirtyCacheListener Notified by putLater, putAllLater, remoteLater, and removeAllLater when changes to mappings are commited to the shared cache.
DirtyMap.DirtyMapListener Notified by putLater, putAllLater, removeLater, and removeAllLater when changes to mappings are commited to the shared cache.
Messenger.MessageReceiver Implementors can register with a Messenger to receive messages.
 

Class Summary
CacheManager A multi-level cache manager service.
DirtyCache Deprecated. Replaced by wt.cache.DirtyMap

Supported API: false

Extendable: false
DirtyCache.DirtyCacheListenerAdapter Convenience base class for listener implementations.
DirtyCache.DirtyMapListenerAdapter  
DirtyMap Manages thread-local modifications to a backing "global" map.
DirtyMap.DirtyMapListenerAdapter Convenience base class for listener implementations.
ManagedCache  
MasterCacheMonitor Special cache manager used to implement remote master monitoring.
Messenger Provides a CacheManager that is only used for message passing.
RemoteCacheServer Class that provides access to a remote cache server.
SlaveCache