#include "Cache.h"
#include <functional>
#include <algorithm>
#include <abuse/SysError.h>
#include "Utils.h"
#include "File.h"
#include "XmlUtils.h"
Classes | |
class | InternalCacheEntry |
class | InternalRirEntry |
class | InternalDataEntry |
Defines | |
#define | ROOTNAME "WhoisCacheIndex" |
#define | RANGE "Range" |
#define | FROM "From" |
#define | TO "To" |
#define | RIRTAG "Rir" |
#define | DATA "DataAt" |
#define | VERSIONTAG "Version" |
#define | VERSION "1.0" |
#define | COMMENT "Whois cache index file - new version" |
Functions | |
void | deleter (pair< UrlRange, CacheEntry * >) |
void | eraser (pair< UrlRange, CacheEntry * >) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|