IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.websphere.servlet.cache

Interface Summary
ServletCacheResponseThis interface is a proxy for the WebSphere response object.
DynamicContentProviderImplement this interface in your Servlet or JSP to have a callback invoked during cache hits.
MetaDataGeneratorThe MetaDataGenerator normally is responsible for assigning timeout, external cache group, and priority via the appropriate methods in the entry's FragmentInfo object.
IdGeneratorThe IdGenerator normally is responsible for generating cache entry ids and data ids, and invalidating data ids.
CacheableServletThis interface identifies cacheable servlets to the fragment cache.
FragmentInfoFragmentInfo extends the EntryInfo interface to add variables unique to externally cacheable pages.
ServletCacheRequestThis interface is a proxy for the WebSphere request object.
ExternalCacheAdapterThis is the service provider's interface (SPI) for plugging in an external cache (eg, the AFPA cache, a web server cache, a proxy server cache or a sprayer cache).

Class Summary
ExternalCacheEntryThis is a simple struct object that contains url, html and header members for an external cache entry.
DynamicCacheAccessorYou should use com.ibm.websphere.cache.DynamicCacheAccessor
ConfigElementThis Class represents a variable specified in the cachespec.xml document.
CacheableJspPageThis class identifies cacheable JSPs to the fragment cache.



Package Description

Provides the interfaces and classes for caching results from servlets, JSPs and webservices.


IBM WebSphere Application ServerTM
Release 6