- InvalidationRec(const char *pid, double mtime, char updating = 0)
- virtual ~InvalidationRec()
- const char* pg()
- double mtime()
- char updating()
- int scount()
- InvalidationRec* next()
- void reset(double mtime)
- int dec_scount()
- void set_updating()
- void clear_updating()
- void insert(InvalidationRec **head)
- void detach()
- friend class HttpMInvalCache
- char* pg_
- double mtime_
- char updating_
- 1 if an update is going to be sent soon
- int scount_
- Times that an invalidation needs to be multicast
- InvalidationRec* next_
- InvalidationRec** prev_