Package com.ibm.websphere.servlet.cache
Class ExternalCacheEntry
- java.lang.Object
- 
- com.ibm.websphere.servlet.cache.ExternalCacheEntry
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ExternalCacheEntry extends java.lang.Object implements java.io.SerializableThis is a simple struct object that contains url, html and header members for an external cache entry.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description byte[]contentThis is the content (html) part of the entryjava.util.Vector[]headerTableThis hashtable contains the header fields needed for caching.java.lang.StringhostThis is the host header as received in the requestjava.lang.StringuriThis is the uri part of the entry
 - 
Constructor SummaryConstructors Constructor Description ExternalCacheEntry()
 
- 
- 
- 
Field Detail- 
hostpublic java.lang.String host This is the host header as received in the request
 - 
uripublic java.lang.String uri This is the uri part of the entry
 - 
contentpublic byte[] content This is the content (html) part of the entry
 - 
headerTablepublic java.util.Vector[] headerTable This hashtable contains the header fields needed for caching.
 
- 
 
-