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.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
content
This is the content (html) part of the entry
|
|
headerTable
This hashtable contains the header fields needed for caching.
|
|
host
This is the host header as received in the request
|
|
uri
This is the uri part of the entry
|
Constructor Summary
Constructor and Description |
---|
ExternalCacheEntry()
|
Method Summary
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
host
- public java.lang.String host
This is the host header as received in the request
uri
- public java.lang.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 java.util.Vector[] headerTable
This hashtable contains the header fields needed for caching.
Constructor Detail
ExternalCacheEntry
- public ExternalCacheEntry()