Package com.ibm.websphere.servlet.cache

Interface Summary
Cache This is the underlying cache mechanism that is used by the JSP/Servlet cache.
CacheableServlet This interface is for any JSP/Servlet that wants to be cached.
CacheConfig  
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 are attached to each cache entry.
ExternalCacheAdapter This is the service provider's interface (SPI) for plugging in an external cache (eg, the APFA cache, a web server cache, a proxy server cache or a sprayer cache).
FragmentInfo FragmentInfo extends the EntryInfo interface to add variables unique to externally cacheable pages.
IdGenerator One IdGenerator instance will exist for each cacheable servlet identified in WebSphere.
MetaDataGenerator One MetaDataGenerator will exist for each cacheable servlet identified in WebSphere.
ServletCacheRequest This class is a proxy for the WebSphere request object.
 

Class Summary
ConfigElement This Class represents a variable specified in the servletcache.xml document.
DynamicCacheAccessor  
ExternalCacheEntry This is a simple struct object that contains url, html and header members for an external cache entry.