logChangesBeingSaved(this.changedNodesInOrder, this.changedNodes, null, null);
events = persistChanges(this.changedNodesInOrder, persistedCache);
// If there are any binary changes, add a function which will update the binary store
if (events.hasBinaryChanges()) {
txn.uponCommit(binaryUsageUpdateFunction(events.usedBinaries(), events.unusedBinaries()));
}
LOGGER.debug("Altered {0} node(s)", numNodes);
// Commit the transaction ...