Uses of Class
org.minidns.cache.LruCache
-
Packages that use LruCache Package Description org.minidns org.minidns.cache org.minidns.minidnsrepl -
-
Uses of LruCache in org.minidns
Fields in org.minidns declared as LruCache Modifier and Type Field Description protected static LruCache
AbstractDnsClient. DEFAULT_CACHE
-
Uses of LruCache in org.minidns.cache
Subclasses of LruCache in org.minidns.cache Modifier and Type Class Description class
ExtendedLruCache
A variant ofLruCache
also using the data found in the sections for caching.class
FullLruCache
An insecure variant ofLruCache
also using all the data found in the sections of an answer. -
Uses of LruCache in org.minidns.minidnsrepl
Fields in org.minidns.minidnsrepl declared as LruCache Modifier and Type Field Description static LruCache
MiniDnsRepl. DEFAULT_CACHE
-