| 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.
|