Hi,
Yes, your solution definitely works for the document metadata case, because the metadata form is loaded dynamically from the document-metadata.js component (it is not registered in the cached page)… and that's a first step, thank you !
But it doesn't work to refresh the main presentation webscripts response, I mean the ones declared as components in the page template-instance definition file. I tried to add the noCache parameter in the component definition but it doesn't work, and it seems quite normal to me : as the whole page is cached, with all its components, I don't think it is possible to force only one component to refresh.
Maybe it is possible to force one specific page to ignore cache ?
The best solution would be to refresh the cached page when I dynamically refresh one of its components, but I don't know if it is possible without refreshing the whole page…?