Represents an in-memory storage entry.
void release()
Releases reference counts on shared objects.
void scheduleMarkStale(Scheduler &sched, time::nanoseconds after)
Schedule an event to mark this entry as non-fresh.
const Data & getData() const
Returns the Data packet stored in the in-memory storage entry.
void setData(const Data &data)
Changes the content of in-memory storage entry.
const Name & getName() const
Returns the name of the Data packet stored in the in-memory storage entry.
bool isFresh()
Check if the data can satisfy an interest with MustBeFresh.
const Name & getFullName() const
Returns the full name (including implicit digest) of the Data packet stored in the in-memory storage ...