|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aoindustries.website.framework.OutputCacheEntry
public final class OutputCacheEntry
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 |
|---|
public final java.lang.Object outputCacheKey
public final long lastModified
public final byte[] bytes
| Constructor Detail |
|---|
public OutputCacheEntry(java.lang.Object outputCacheKey,
long lastModified,
byte[] bytes)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||