IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.websphere.cache

Interface Summary
DistributedNioMapObjectImplement this interface in your cacheable object before placing it into cache if you need to get control at the time the object is being removed from cache.
PreInvalidationListenerPre-invalidation listener interface used for selectively overriding invalidation events.
DistributedNioMapThe DistributedNioMap is a high performance map specifically designed for storing java.nio.Buffer objects.
InvalidationListenerThe listener interface for removing cache entry from the cache.
DistributedMapThis class provides applications with an extended java.util.Map interface to access the WebSphere Dynamic Cache, allowing inspection and manipulation of the cache.
ChangeListenerImplement this interface to receive the ChangeEvent notifications.
CacheEntryA CacheEntry is a struct object that holds the cache ID and value, as well as metadata for caching.
EntryInfoEntryInfo and FragmentInfo objects contain metadata for caching and are attached to each cache entry.
CacheThis is the underlying cache mechanism that is used by the servlet, JSP, webservices, command cache.

Class Summary
DynamicCacheAccessorThis class provides applications with access to the Dynamic Cache, allowing programmatic inspection and manipulation of WebSphere's cache.
DistributedObjectCacheAbstract class implementing DistributedMap and DistributedNioMap.
InvalidationEventAn event object that provides information about the source of cache-related event.
ChangeEventAn event object that provides information about the source of cache-related events.



Package Description

Provides the fundamental interfaces and class for caching command objects and results from servlets, JSPs, webservices.


IBM WebSphere Application ServerTM
Release 6