Package com.ibm.websphere.cache

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

See:
          Description

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.
EntryInfo EntryInfo and FragmentInfo objects contain metadata for caching and are attached to each cache entry.
 

Class Summary
DynamicCacheAccessor This class provides applications with access to the Dynamic Cache, allowing programmatic inspection and manipulation of WebSphere's cache.
 

Package com.ibm.websphere.cache Description

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