|
||||||||
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 |
Methods inherited from interface org.apache.cocoon.framework.Actor |
init |
Constructor Detail |
public NoCache()
Method Detail |
public Page getPage(javax.servlet.http.HttpServletRequest request)
Cache
getPage
in interface Cache
public void setPage(Page page, javax.servlet.http.HttpServletRequest request)
Cache
setPage
in interface Cache
public void flush()
Cache
flush
in interface Cache
public java.lang.String getStatus()
Status
toString()
method because some of these methods are declared final in some
classes in JDK 1.1.getStatus
in interface Status
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |