<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><div>I would like to get name of content that are stored in the cache in forward.cpp so I wrote the below lines:</div><div>for(ns3::Ptr<ns3::ndn::cs::Entry> csentry= m_csFromNdnSim->Begin(); csentry!= m_csFromNdnSim->End(); csentry=m_csFromNdnSim->Next(csentry))<br>{<br>std::cout<<"the name"<<csentry->GetName()<<"is stored inĀ  node with id"<<node->GetId()<<"\n";<br><br>}</div><div><br></div><div>However, I notice this not only gives prefix that stored but also gives some event such as :</div><div>the name/localhost/nfd/faces/events/%FE%02is stored in node with id3</div><div><br></div><div>what is the reason. how I can just access just the name of contents that are stored.</div><div>I will appreciate any help</div><div>best regards</div><div>Zeinab</div></div></div></div>