This content has been marked as final.
Show 2 replies
-
1. Re: How do I delay cache invalidation until transaction has finished
galder.zamarreno Sep 2, 2019 11:19 AM (in response to tstiemerling)This should already be happening. We use tombstones to avoid this kind of scenarios. Are you having any specific issues?
-
2. Re: How do I delay cache invalidation until transaction has finished
tstiemerling Sep 3, 2019 2:01 PM (in response to tstiemerling)Thanks, we are not having issues, but the documentation was not really explicit on that point, so I wanted to make sure that there would not in fact be any kind of synchronization issues.