Does anybody know if DataCache.Increment is thread safe? (I.e. can I call it simultaneously in parallel on different machines and/or threads without worrying about the calls overwriting each other?)
The documentation doesn't mention anything about Thread Safety even though I'm guessing the methods is there just for this reason. But still, I don't want to rely on assumption when building my app.