Hello,
I have a protocol with cache reading and cache writing ; the scope of the cache is set to 'all users'.
The protocol would then be run in parallel by different users.
The problem would be : what happens if two or more cache writing hits at the same time (and cache reading) ?
Is there any transaction on that process ? or how can I protect it ?
Thanks,
Christophe