Hi, > FWIW DocumentNodeStore maintains a property '_modCount' on a per node > basis and it can possibly be exposed as part of NodeStore as a hidden > property.
the _modCount is not sufficiently accurate. it does not take pending updates of the _lastRev into account. we'd have to use DocumentNodeState#lastRevision. this reflects the last modification on that node or some descendant node. Regards Marcel
