IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.servlet.cache
Class ExternalCacheEntry

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

public class ExternalCacheEntry
extends java.lang.Object
implements java.io.Serializable

This is a simple struct object that contains url, html and header members for an external cache entry.

See Also:
Serialized Form

Field Summary
 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 Summary
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()

IBM WebSphere Application ServerTM
Release 7