<div dir="ltr"><div dir="ltr"><div>Hello,</div><div>I would like to know how I can drop cached data in forward.cpp code. I can access the cache entries will the below command : </div><div>for(ns3::Ptr<ns3::ndn::cs::Entry> csentry= m_csFromNdnSim->Begin(); csentry!= m_csFromNdnSim->End(); csentry=m_csFromNdnSim->Next(csentry))<br>{</div><div><br></div><div>}</div><div>I am wondering how I can drop a cached data in this code. I would like to say that I do not want to define a new cache policy, and the method is independent of the cache policy.</div><div>I will appreciate any help</div><div>Thanks</div><div>Kind regards</div><div>Zeinab</div></div></div>