Issue (View Online)

Key: NXP-726
Issue Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Dragos Mihalache
Reporter: Thierry Delprat
Original Estimate: 4 hours
Remaining Estimate: 4 hours

Operations

View all
View comments
View history
Add a InstanceKey to the documentModel 
Updated: 07/03/07 17:46   Created: 05/03/07 04:18  

The following comment has been added to this issue: [ Permlink ]

Author: Dragos Mihalache
Date: 07/03/07 17:46
Comment:
what if the section of the page contains other data that could be changed, unlikely, but for example changing the language.

Project: Nuxeo Enterprise Platform 5
Fix Versions: 5.1 M2

 Description   
The idea is to have an simple cache key for documentModels.
This cacheKey will be helpful at least for managing invalidation of page fragment cached with s:cache.
<s:cache key="#{currentDocument.cacheKey}"> ... </s:cache>

For a basic implementation, this cacheKey could be generated with :
documentId + sessionId + timeStamp

documentId = uuid
sessionId = core session id (isolate security problem at least for now)
timeStamp : time stamp of the last write operation in the core

The timeStamp generation could be added to the dublinCore event listener.

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to