#include <AddressCache.h>


Definition at line 52 of file AddressCache.h.
Public Member Functions | |
| MaceKey | getId () const |
| returns the node identifier | |
| double | getScore () const |
| the score is the time, to support a least-recently-used query (for cache eviction) | |
| int | deserialize (std::istream &in) throw (SerializationException) |
| serialization not supported, but required for NodeCollection. | |
| void | serialize (std::string &str) const |
| serialization not supported, but required for NodeCollection. | |
Public Attributes | |
| MaceKey | start |
| beginning of the address range -- inclusive | |
| MaceKey | end |
| end of the address range -- exclusive | |
| uint64_t | time |
| the time the entry was created or updated | |
1.5.5