<div dir="ltr">Greetings all,<div><br></div><div>I have a partial solution I'm working with, but I wanted to bounce a question off of you all and see what ideas you might have.</div><div><br></div><div>If I understand correctly, the <b>Strategy </b>class is the only one that knows when an interest arrives (afterReceiveInterest method specifically.)  </div><div><br></div><div>And the <b>Policy </b>class is what determines what is cached and/or removed from the cache.</div><div><br></div><div>So, <b>what if the Policy wanted information about the frequency of Interests</b>?</div><div><br></div><div>The way I'm trying to make this work is with an intermediary class allowing for some level of communication between the custom derived (sub) classes of Strategy and Policy that I've written.</div><div><br></div><div>Is there another way or does this sound like I'm on the right track?</div><div><br></div><div>Thanks,</div><div><br></div><div>John</div></div>