Package com.ibm.websphere.cache

Interface Summary
Cache This is the underlying cache mechanism that is used by the servlet, JSP, webservices, command cache.
CacheEntry A CacheEntry is a struct object that holds the cache id and value, as well as metadata for caching.
ChangeListener Implement this interface to receive the ChangeEvent notifications.
DistributedMap This class provides applications with an extended java.util.Map interface to access the WebSphere Dynamic Cache, allowing inspection and manipulation of the cache.
EntryInfo EntryInfo and FragmentInfo objects contain metadata for caching and are attached to each cache entry.
InvalidationListener The listener interface for removing cache entry from the cache.
 

Class Summary
ChangeEvent An event object that provides information about the source of cache-related events.
DynamicCacheAccessor This class provides applications with access to the Dynamic Cache, allowing programmatic inspection and manipulation of WebSphere's cache.
InvalidationEvent An event object that provides information about the source of cache-related event.