|
||||||||||
| 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.CacheEntry
public class CacheEntry
Cached response.
| Method Summary | |
|---|---|
void |
clearExpires()
Clears the expires time |
void |
destroy()
Destroys the entry. |
java.io.OutputStream |
openOutputStream()
Opens the inode for byte writing. |
java.io.Writer |
openWriter()
Opens the inode for writing. |
void |
updateExpiresDate()
If the response discovers that the page hasn't changed, update the cache 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 destroy()
AbstractCacheEntry
destroy in class AbstractCacheEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||