<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">take a look at how the eviction method works:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/named-data/NFD/blob/3dade00499058efa7b06a259cd1cbb24d7226a57/daemon/table/cs-policy-priority-fifo.cpp#L76" class="">https://github.com/named-data/NFD/blob/3dade00499058efa7b06a259cd1cbb24d7226a57/daemon/table/cs-policy-priority-fifo.cpp#L76</a></div><div class=""><a href="https://github.com/named-data/NFD/blob/4f8dd96fbff60a80e34dbe4a8d470e5273b75ccb/daemon/table/cs-policy-lru.cpp#L67" class="">https://github.com/named-data/NFD/blob/4f8dd96fbff60a80e34dbe4a8d470e5273b75ccb/daemon/table/cs-policy-lru.cpp#L67</a></div><div class=""><br class=""></div><div class="">You can create a new method based on it and you call it based on your needs.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div 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></div>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Mar 20, 2019, at 1:17 AM, mengxue via ndnSIM <<a href="mailto:ndnsim@lists.cs.ucla.edu" class="">ndnsim@lists.cs.ucla.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="line-height: 1.7; font-size: 14px; font-family: Arial;" class="">Hi all,<br class=""><div class="">    <br class=""></div><div class="">    Now, I have already seen the entries that stored in a router's contentstore,and I want to delete some data packets and special entries from the contentstore.<br class=""></div><div class="">How to code it? Is there any way to do it?<br class=""></div><div class="">    Thanks in advance.</div><div class=""><br class=""></div><div class="">Best regards,</div><div class="">Xue Meng<br class=""></div></div><br class=""></div></blockquote></div><br class=""></div></body></html>