public class ExternalCacheEntry
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
byte[] |
content
This is the content (html) part of the entry
|
java.util.Vector[] |
headerTable
This hashtable contains the header fields needed for caching.
|
java.lang.String |
host
This is the host header as received in the request
|
java.lang.String |
uri
This is the uri part of the entry
|
Constructor and Description |
---|
ExternalCacheEntry() |
public java.lang.String host
public java.lang.String uri
public byte[] content
public java.util.Vector[] headerTable