|
ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
|
CS statistics. More...
#include <ndn/cs.hpp>
Public Attributes | |
| uint32_t | hits = 0 |
| Cache hit count. | |
| uint32_t | misses = 0 |
| Cache miss count. | |
| uint32_t | insertions = 0 |
| Insertion count. | |
| uint32_t | evictions = 0 |
| Eviction count. | |
| uint32_t ndn::ContentStore::Stats::evictions = 0 |
Eviction count.
Definition at line 190 of file cs.hpp.
Referenced by ndn::ContentStore::evictStale(), and ndn::ContentStore::insert().
| uint32_t ndn::ContentStore::Stats::insertions = 0 |
| uint32_t ndn::ContentStore::Stats::misses = 0 |