com.aoindustries.website.framework
Class OutputCacheEntry

java.lang.Object
  extended by com.aoindustries.website.framework.OutputCacheEntry

public final class OutputCacheEntry
extends java.lang.Object

Author:
AO Industries, Inc.
See Also:
WebPage.doGet(WebSiteRequest,HttpServletResponse)

Field Summary
 byte[] bytes
           
 long lastModified
           
 java.lang.Object outputCacheKey
           
 
Constructor Summary
OutputCacheEntry(java.lang.Object outputCacheKey, long lastModified, byte[] bytes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputCacheKey

public final java.lang.Object outputCacheKey

lastModified

public final long lastModified

bytes

public final byte[] bytes
Constructor Detail

OutputCacheEntry

public OutputCacheEntry(java.lang.Object outputCacheKey,
                        long lastModified,
                        byte[] bytes)