|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.framework.AbstractActor | +--org.apache.cocoon.cache.NoCache
A caching implementation that doesn't cache anything :).
Fields inherited from class org.apache.cocoon.framework.AbstractActor |
director |
Constructor Summary | |
NoCache()
|
Method Summary | |
void |
flush()
Flushes the cache and forces an additional cache cleanup. |
Page |
getPage(javax.servlet.http.HttpServletRequest request)
It returns null if no page is available. |
java.lang.String |
getStatus()
Returns information about the status of the implementing class. |
void |
setPage(Page page,
javax.servlet.http.HttpServletRequest request)
Sets the page into the cache system using data from the request object for indexing. |
Methods inherited from class org.apache.cocoon.framework.AbstractActor |
init |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NoCache()
Method Detail |
public Page getPage(javax.servlet.http.HttpServletRequest request)
public void setPage(Page page, javax.servlet.http.HttpServletRequest request)
public void flush()
public java.lang.String getStatus()
toString()
method because some of these methods are declared final in some
classes in JDK 1.1.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |