194195196197198199200
final int negativeTtl = parent.negativeTtl(); if (negativeTtl == 0) { return; } parent.cache(question, new DnsCacheEntry(cause), negativeTtl); }