public class FullLruCache extends ExtendedLruCache
LruCache also using all the data found in the sections of an answer.backend, capacity, expireCount, hitCount, maxTTL, missCountDEFAULT_CACHE_SIZE| Constructor and Description |
|---|
FullLruCache() |
FullLruCache(int capacity) |
FullLruCache(int capacity,
long maxTTL) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
shouldGather(org.minidns.record.Record<? extends org.minidns.record.Data> extraRecord,
org.minidns.dnsmessage.Question question,
org.minidns.dnsname.DnsName authoritativeZone) |
offer, putNormalizedclear, getExpireCount, getHitCount, getMissCount, getNormalized, toStringpublic FullLruCache()
public FullLruCache(int capacity)
public FullLruCache(int capacity,
long maxTTL)
protected boolean shouldGather(org.minidns.record.Record<? extends org.minidns.record.Data> extraRecord,
org.minidns.dnsmessage.Question question,
org.minidns.dnsname.DnsName authoritativeZone)
shouldGather in class ExtendedLruCache