<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On 06 Jun 2014, at 15:04, William Burns &lt;<a href="mailto:mudokonman@gmail.com">mudokonman@gmail.com</a>&gt; wrote:</div><br><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><blockquote type="cite">Does that answer your question? Because I’m not sure what you mean by the key being attached to the Tx.<br></blockquote><br>The difference is say you have a tx1 on thread 1 then on the same<br>thread you ask for the group, if it is in the transaction controls<br>whether or not that pending update is seen.<br><br>Example:<br><br>&nbsp;&nbsp;tx1 starts<br>&nbsp;&nbsp;// Note key1 is in group 1<br>&nbsp;&nbsp;cache.put(key1, someValue);<br><br>&nbsp;&nbsp;Set&lt;K&gt; keys = cache.getGroup("group1");<br>&nbsp;&nbsp;// The keys would contain key1 if taking part of transaction.<br></div></blockquote></div><br><div>Yes that would be necessary.</div></body></html>