Internal cache node structure. More...
Public Member Functions | |
CacheNode (uint32_t id, IOHandler *handler, DispatchHandler *dh) | |
Public Attributes | |
CacheNode * | prev |
CacheNode * | next |
Doubly-linked list pointers. More... | |
ClockT::time_point | expire |
Absolute expiration time. More... | |
uint32_t | id |
Request ID. More... | |
IOHandler * | handler |
IOHandler associated with this request. More... | |
DispatchHandler * | dh |
Callback handler to which MESSAGE, TIMEOUT, ERROR, and DISCONNECT events are delivered. More... | |
Internal cache node structure.
Definition at line 54 of file RequestCache.h.