| java.lang.Object com.caucho.server.cache.AbstractCacheEntry
AbstractCacheEntry | abstract public class AbstractCacheEntry (Code) | | Cached response.
|
destroy | abstract public void destroy()(Code) | | Destroys the entry.
|
openOutputStream | abstract public OutputStream openOutputStream()(Code) | | Opens an output stream for byte entries.
|
openWriter | abstract public Writer openWriter()(Code) | | Opens a writer for char entries.
|
updateExpiresDate | abstract public void updateExpiresDate()(Code) | | If the response discovers that the page hasn't changed,
update the cache time.
|
|
|