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 LruCacheAbstractDnsClient. DEFAULT_CACHE - 
Uses of LruCache in org.minidns.cache
Subclasses of LruCache in org.minidns.cache Modifier and Type Class Description classExtendedLruCacheA variant ofLruCachealso using the data found in the sections for caching.classFullLruCacheAn insecure variant ofLruCachealso 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 LruCacheMiniDnsRepl. DEFAULT_CACHE 
 -