Package com.ibm.websphere.cache
Provides the fundamental interfaces and class for caching command objects and results from servlets, JSPs, webservices.
See:
Interface Summary
| Interface | Description |
|---|---|
| Cache | Deprecated. Use DistributedMap to store and manage objects in 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. |
| 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. |
Class Summary
| Class | Description |
|---|---|
| ChangeEvent | An event object that provides information about the source of cache-related events. |
| DistributedObjectCache | Abstract class implementing DistributedMap and DistributedNioMap. |
| 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. |
Package com.ibm.websphere.cache Description
Provides the fundamental interfaces and class for caching command objects and results from servlets, JSPs, webservices.Version:
1.1.0