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. |