invalidation


Related Questions
Hi, I have some problems with caching of folder content in a single-node setup. It looks like the content of a visited folder is cached within each user session and not invalidated across sessions. The issue arises when user Alice adds a document to ...
  1 votes
  0 answers
  0 comments
  1262 views

Hi, I have a listener class that implements org.nuxeo.ecm.core.event.EventListener, and I want to invalidate the current document from there. Normally, in a bean, I use to inject NavigationContext, and then use its method to invalidate the document. ...
  0 votes
  1 answers
  2 comments
  2097 views