|
|
|
| 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.
|
|
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.
|
|
|
|
![]() |
|
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets