[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2723) Page fragment caching for plugin render

Christian Bauer (JIRA) jira-events at lists.jboss.org
Tue Mar 11 06:32:20 EDT 2008


Page fragment caching for plugin render
---------------------------------------

                 Key: JBSEAM-2723
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2723
             Project: JBoss Seam
          Issue Type: Task
          Components: Wiki
            Reporter: Christian Bauer
         Assigned To: Christian Bauer
            Priority: Blocker


The infrastructure for page fragment caching with EHCache is in place. We need to cache plugin-rendered HTML fragments with this strategy:

- generate a unique cache key for each plugin, including the document ID and the macro hashcode (including position and parameters)

- use a separate region for each plugin type, so that we can invalidate the cache for the whole region ("remove all cached fragments of a certain plugin no matter on what document it is rendered")

- build cache regions on startup based on plugin metadata



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list