Cache |
Deprecated. Use DistributedMap to store and manage objects
in cache.
|
CacheAdminMBean |
The CacheAdmin MBean defines the management interface to retrieve usage statistics
for a server's DynaCache (also known as the Distributed Map). |
CacheEntry |
A CacheEntry is a struct object that holds the
cache ID and value, as well as metadata for caching. |
CacheLocal |
|
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. |
DistributedNioMap |
The DistributedNioMap is a high performance
map specifically designed for storing
java.nio.Buffer objects. |
DistributedNioMapObject |
Implement 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. |
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. |
PreInvalidationListener |
Pre-invalidation listener interface used for selectively overriding invalidation events. |
Sizeable |
All the objects put into the cache must implement this interface
if the application wants to control the size of a cache instance
in terms of heapsize. |