This is the dynamic cocoon cache implementation which is
able to cache all instances of generated documents, both
statically and dynamically generated.
getPage(javax.servlet.http.HttpServletRequest request)
This method retrieves a page from the store
and checks if its changeable points have changed.
java.lang.String
getStatus()
Returns information about the status of the implementing class.
void
init(Director director)
Initialize the actor by indicating their director.
void
setPage(Page page,
javax.servlet.http.HttpServletRequest request)
If the page is cacheable, inserts it in cache and associates it
with the given request.
public PagegetPage(javax.servlet.http.HttpServletRequest request)
This method retrieves a page from the store
and checks if its changeable points have changed.
Only if all the changeable points haven't changed
the page is returned, otherwise null is returned.
Returns information about the status of the implementing class.
Note: this is use instead of the usual toString()
method because some of these methods are declared final in some
classes in JDK 1.1.