Changeset 1221 for trunk/pdns/pdns/packetcache.hh
- Timestamp:
- 06/23/08 08:04:18 (5 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/packetcache.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/packetcache.hh
r1220 r1221 91 91 int size(); //!< number of entries in the cache 92 92 void cleanup(); //!< force the cache to preen itself from expired packets 93 int purge(const string &prefix="");93 int purge(const vector<string>&matches= vector<string>()); 94 94 95 95 map<char,int> getCounts();