Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.websphere.servlet.cache.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

      Methods in com.ibm.websphere.servlet.cache with parameters of type ServletCacheRequest 
      Modifier and Type Method and Description
      java.lang.String IdGenerator.getId(ServletCacheRequest request)
      This method is called once on every request for a cacheable servlet.
      int IdGenerator.getSharingPolicy(ServletCacheRequest request)
      Deprecated.  
      void ExternalCacheAdapter.postInvoke(ServletCacheRequest sreq, javax.servlet.http.HttpServletResponse sresp)
      This method is invoked after processing a cache hit or miss of an externally cacheable element
      void ESIInvalidatorServlet.postInvoke(ServletCacheRequest sreq, javax.servlet.http.HttpServletResponse sresp) 
      void ExternalCacheAdapter.preInvoke(ServletCacheRequest sreq, javax.servlet.http.HttpServletResponse sresp)
      This method is invoked before processing a cache hit or miss of an externally cacheable element
      void ESIInvalidatorServlet.preInvoke(ServletCacheRequest sreq, javax.servlet.http.HttpServletResponse sresp) 
      void MetaDataGenerator.setMetaData(ServletCacheRequest request, javax.servlet.http.HttpServletResponse response)
      The servlet engine calls this method each time a new cache entry is created.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes