{
    my $cachesize = db_get_prop($confref, 'dnscache', 'CacheSize')
	|| "1000000";
    "$cachesize";
}
