54 if(it->first == searchKey)
70 if(it->first == searchKey) {
71 currentItem = it->second;
72 simtime_t currentTime = simTime();
74 simtime_t delay = currentTime - currentItem.
creationTime;
95 it->second = currentItem;
106 if (size == 0)
return temp;
110 currentItem = it->second;