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