JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.minidns.cache.LruCache
Packages that use
LruCache
Package
Description
org.minidns
org.minidns.cache
Uses of
LruCache
in
org.minidns
Fields in
org.minidns
declared as
LruCache
Modifier and Type
Field
Description
protected static final
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 of
LruCache
also using the data found in the sections for caching.
class
FullLruCache
An
insecure
variant of
LruCache
also using all the data found in the sections of an answer.