|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.cache.AbstractCacheEntry
com.caucho.server.cache.ProxyCacheEntry
public class ProxyCacheEntry
Cached response.
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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)
AbstractCacheEntry
setForwardEnclosed in class AbstractCacheEntrypublic boolean isForwardEnclosed()
isForwardEnclosed in class AbstractCacheEntrypublic void destroy()
AbstractCacheEntry
destroy in class AbstractCacheEntrypublic boolean isNotModifiedAllowed(CauchoRequest cReq)
public void updateNotModified()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||