Class ExternalCacheEntry

java.lang.Object
com.ibm.websphere.servlet.cache.ExternalCacheEntry
All Implemented Interfaces:
Serializable

public class ExternalCacheEntry extends Object implements Serializable
This is a simple struct object that contains url, html and header members for an external cache entry.
See Also:
  • Field Details

    • host

      public String host
      This is the host header as received in the request
    • uri

      public String uri
      This is the uri part of the entry
    • content

      public byte[] content
      This is the content (html) part of the entry
    • headerTable

      public Vector[] headerTable
      This hashtable contains the header fields needed for caching.
  • Constructor Details

    • ExternalCacheEntry

      public ExternalCacheEntry()