<div dir="ltr">Greetings ndnSIM folks,<div><br></div><div>I have been working with a Strategy subclass in order to take advantage of the afterReceiveInterest method.  The documentation on ndnSIM's website seems to imply that <b>any time </b>an Interest arrives at a node, that afterReceiveInterest is called.</div><div><br></div><div>However, the <b>NFD Documentation </b>seems to imply that this method is only called <b><i>if the Content Store cannot satisfy the Interest</i>.</b>  In other words, if the Interest is satisfied by the CS, this method will not be invoked.</div><div><br></div><div>1.  Can someone tell me which of these is true?</div><div><br></div><div>2.  Is there any method in any class that is invoked <b>ANY TIME </b>an Interest arrives (whether or not the CS can satisfy it or for any other reason)?</div><div><br></div><div><br></div><div>Thanks,</div><div><br></div><div>John</div></div>