<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">If I am not mistaken, the content store provides iterators.<div class=""><br class=""></div><div class="">Iterate over the CS structure and compare the name of each entry with the name you are looking for.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""><div class="">
<div class=""><div class=""><div class=""><span class="" style="float: none; display: inline !important;">Spyridon (Spyros) Mastorakis</span><br class=""><span class="" style="float: none; display: inline !important;">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" class="">http://cs.ucla.edu/~mastorakis/</a><br class=""><span class="" style="float: none; display: inline !important;">Internet Research Laboratory</span><br class=""><span class="" style="float: none; display: inline !important;">Computer Science Department</span><br class=""><span class="" style="float: none; display: inline !important;">UCLA</span></div><div class=""><br class=""></div></div></div></div><div><blockquote type="cite" class=""><div class="">On Aug 24, 2018, at 1:22 PM, george assaf <<a href="mailto:engdotgeorge@gmail.com" class="">engdotgeorge@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><p class="MsoNormal" style="text-align:left;unicode-bidi:embed;margin:0cm 0cm 8pt;line-height:107%;font-size:11pt;font-family:Calibri,sans-serif">Dear all,</p><p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;margin:0cm 0cm 8pt;line-height:107%;font-size:11pt;font-family:Calibri,sans-serif">I
am still developing a custom application named "Cooperative Caching"
,the code executed successfully is:<span class=""></span></p><p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;margin:0cm 0cm 8pt;line-height:107%;font-size:11pt;font-family:Calibri,sans-serif">1-Discovering
neighbor nodes of the current node .<span class=""></span></p><p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;margin:0cm 0cm 8pt;line-height:107%;font-size:11pt;font-family:Calibri,sans-serif">2-Building
a data structure named Neighbor table which consists of each neighbor Id and its
cache state which is a bloom filter(bit vector that stores Ids of cached data chunks
.<span class=""></span></p><p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;margin:0cm 0cm 8pt;line-height:107%;font-size:11pt;font-family:Calibri,sans-serif">Now
I need to get data chunks of cached Items ,can you help me achieve my goal and in which callback that return the data items stored in the node's cache ?<span class=""></span></p>





</div></div></blockquote></div><br class=""></div></body></html>