com.ibm.websphere.servlet.cache
Uses of Interface ServletCacheRequest
Packages that use ServletCacheRequest
Package | Description |
---|---|
com.ibm.websphere.servlet.cache | Provides the interfaces and classes for caching results from servlets, JSPs and webservices. |
Uses of ServletCacheRequest in com.ibm.websphere.servlet.cache
Modifier and Type | Method and Description |
---|---|
|
IdGenerator.getId(ServletCacheRequest request)
This method is called once on every request for a cacheable
servlet.
|
|
IdGenerator.getSharingPolicy(ServletCacheRequest request)
Deprecated.
|
|
ESIInvalidatorServlet.postInvoke(ServletCacheRequest sreq,HttpServletResponse sresp)
|
|
ExternalCacheAdapter.postInvoke(ServletCacheRequest sreq,HttpServletResponse sresp)
This method is invoked after processing a cache hit or miss
of an externally cacheable element
|
|
ESIInvalidatorServlet.preInvoke(ServletCacheRequest sreq,HttpServletResponse sresp)
|
|
ExternalCacheAdapter.preInvoke(ServletCacheRequest sreq,HttpServletResponse sresp)
This method is invoked before processing a cache hit or miss
of an externally cacheable element
|
|
MetaDataGenerator.setMetaData(ServletCacheRequest request,HttpServletResponse response)
The servlet engine calls this method each time a new cache entry
is created.
|