I have a control that must do some intensive calls in order to render itself. The actual content of the control will normally render unchanged from call to call. There are only a few well defined spots that could change the content of the control.
Ideally I would like to have the control save a copy of its output and return this on renders until I call a method to clear the cache in which case the control would redo the calls necessary to render itself. Is there a way to do caching like this directly in Tapestry or do you have recommendations or the best way to do this within Tapestry? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
