Package org.minidns.cache
-
Interface Summary Interface Description MiniDnsCacheFactory -
Class Summary Class Description ExtendedLruCache A variant ofLruCache
also using the data found in the sections for caching.FullLruCache An insecure variant ofLruCache
also using all the data found in the sections of an answer.LruCache LRU based DNSCache backed by a LinkedHashMap.