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 AbstractCacheEntry
public void clearExpires()
public java.io.OutputStream openOutputStream()
openOutputStream
in class AbstractCacheEntry
public java.io.Writer openWriter()
openWriter
in class AbstractCacheEntry
public void setForwardEnclosed(boolean isForwardEnclosed)
AbstractCacheEntry
setForwardEnclosed
in class AbstractCacheEntry
public boolean isForwardEnclosed()
isForwardEnclosed
in class AbstractCacheEntry
public void destroy()
AbstractCacheEntry
destroy
in class AbstractCacheEntry
public boolean isNotModifiedAllowed(CauchoRequest cReq)
public void updateNotModified()