public class ProxyCacheEntry extends AbstractCacheEntry
| Modifier and Type | Method and Description |
|---|---|
void |
clearExpires()
Clears the expires time
|
void |
destroy()
Destroys the entry.
|
boolean |
isForwardEnclosed() |
boolean |
isNotModifiedAllowed(CauchoRequest cReq) |
java.io.OutputStream |
openOutputStream()
Opens the inode for byte writing.
|
java.io.Writer |
openWriter()
Opens the inode for writing.
|
void |
setForwardEnclosed(boolean isForwardEnclosed)
Marks cached entry enclosed in forward()
|
void |
updateExpiresDate()
If the response discovers that the page hasn't changed,
update the cache time.
|
void |
updateNotModified()
Updates based on a not-modified time
|
public void updateExpiresDate()
updateExpiresDate in class AbstractCacheEntrypublic void clearExpires()
public java.io.OutputStream openOutputStream()
openOutputStream in class AbstractCacheEntrypublic java.io.Writer openWriter()
openWriter in class AbstractCacheEntrypublic void setForwardEnclosed(boolean isForwardEnclosed)
AbstractCacheEntrysetForwardEnclosed in class AbstractCacheEntrypublic boolean isForwardEnclosed()
isForwardEnclosed in class AbstractCacheEntrypublic void destroy()
AbstractCacheEntrydestroy in class AbstractCacheEntrypublic boolean isNotModifiedAllowed(CauchoRequest cReq)
public void updateNotModified()