Hi, I always thought that when the content of an object changes (by commit) the version gets incremented. I analyzed this a bit further and found sthg. which is very clear for me :-/
When I have two DataObjects with the same key/id and I change a value in one Object, I got a higher version after committing the changes. The other DataObjects also "gets" the new value, but the snapshot version stays the same? The background is that I try to build a cache on computed values of DataObjects, so I need an indicator for invalidating my cache, I thought snapshot version would be perfect :-) but so it seems that this won't work for my idea :-/ best regards Meex
