DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7198>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7198 Extend the Velocity Portlet to provide content caching ability Summary: Extend the Velocity Portlet to provide content caching ability Product: Jetspeed Version: 1.3a3-dev / CVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Portlets AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a Velocity based portlet that I want the content of which to be cached - the content is dynamic - but it only needs to be re-generated every 15 mins or so. This feature (when enabled) will intercept the getContent method and save the generated ECS Element. Then upon subsequent calls, the expiry period will be checked and only if the content has expired will the content be regenerated, otherwise the previously generated content will be returned. This will be an amendment to the existing VelocityPortlet. This will require that the portlet is generally cacheable and thus will amend the portlet to determine its cacheability and expiry period from the psml files. If not set, then the current processing will be done, ie portlet is not cached and no expiry checking is done. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
