<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">In a sense, yes. &nbsp;Remember, this would be implemented by putting stuff with related affinity in an AtomicHashMap and storing the AHM under the affinity key. &nbsp;<div><br></div><div>I implemented the tree adapter in a very similar way. &nbsp;:)</div><div><br></div><div><br><div><div>On 20 May 2010, at 19:04, Sanne Grinovero wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p>So if I understand it correctly this is a proposal for a simplified tree API?</p><p>Il giorno 19/mag/2010 19:55, "Manik Surtani" &lt;<a href="mailto:manik@jboss.org">manik@jboss.org</a>&gt; ha scritto:<br><br></p><div style="word-wrap:break-word"><br><div><p><font color="#500050">On 19 May 2010, at 17:35, Sanne Grinovero wrote:<br>
<br>&gt; Is this covering a different use case than havin...</font></p><div>Slightly different. &nbsp;Scoping could be useful for use cases where creating a cache per scope is too expensive. &nbsp;E.g., I want to cache a person's name, address and photograph. &nbsp;I could do this:</div>
<div><br></div><div>cache.put("person1_name", name);</div><div>cache.put("person1_address", address);</div><div>cache.put("person1_pic", pic);</div><div><br></div><div><div>cache.put("person2_name", name);</div>
<div>cache.put("person2_address", address);</div><div>cache.put("person2_pic", pic);</div><div><br></div><div><div>cache.put("person3_name", name);</div><div>cache.put("person3_address", address);</div>
<div>cache.put("person3_pic", pic);</div><div><br></div><div>and every time I need to retrieve anything I need to concatenate person_id with the "field" I am interested in. &nbsp;It would be too expensive to create a separate cache per person, as the system may have thousands of users.</div>
<div><br></div><div><br></div><div><br></div></div></div><div><br></div><div><br></div><br><br><blockquote type="cite"><p><font color="#500050">&gt;<br>&gt;&gt; Il giorno 19/mag/2010 16:43, "Manik Surtani" &lt;<a href="mailto:manik@jboss.org">manik@jboss.org</a>&gt; ha scritto:<br>
&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; On 13 Apr 2...</font></p><p><font color="#500050">&gt; _______________________________________________<br>&gt; infinispan-dev mailing list<br>&gt; infinispan-dev@lis...</font></p></blockquote>
</div><br><div>
<span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word"><p><font color="#500050">--<br>Manik Surtani<br><a href="mailto:manik@jboss.org">manik@jboss.org</a><br>Lead, Infinispan<br>Lead, JBoss Cache<br><a href="http://www.infinispan.org/">http://www.infinispan.org</a></font></p>
<div><a href="http://www.jbosscache.org/" target="_blank">http://www.jbosscache.org</a></div><div><br></div></div></span><br></span><br>
</div>
<br></div><br>_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br><div><br class="webkit-block-placeholder"></div>
_______________________________________________<br>infinispan-dev mailing list<br><a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/infinispan-dev</blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--</div><div>Manik Surtani</div><div><a href="mailto:manik@jboss.org">manik@jboss.org</a></div><div>Lead, Infinispan</div><div>Lead, JBoss Cache</div><div><a href="http://www.infinispan.org">http://www.infinispan.org</a></div><div><a href="http://www.jbosscache.org">http://www.jbosscache.org</a></div><div><br></div></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>