Serialized Form
Package com.ibm.websphere.servlet.cache
- Class com.ibm.websphere.servlet.cache.ExternalCacheEntry extends java.lang.Object implements Serializable serialVersionUID: 1342185474L
- java.lang.String host
- java.lang.String uri
- byte[] content
- java.util.Vector<E>[] headerTable
Serialized Fields
host
This is the host header as received in the request
uri
This is the uri part of the entry
content
This is the content (html) part of the entry
headerTable
This hashtable contains the header fields needed for caching.