| Package | Description |
|---|---|
| org.xbill.DNS | |
| org.xbill.DNS.lookup | |
| org.xbill.DNS.tools |
| Modifier and Type | Method and Description |
|---|---|
static Cache |
Lookup.getDefaultCache(int dclass)
Gets the Cache that will be used as the default for the specified class by future Lookups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lookup.setCache(Cache cache)
Sets the cache to use when performing this lookup.
|
static void |
Lookup.setDefaultCache(Cache cache,
int dclass)
Sets the Cache to be used as the default for the specified class by future Lookups.
|
| Modifier and Type | Method and Description |
|---|---|
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.cache(Integer cacheKey,
Cache cacheValue) |
| Modifier and Type | Method and Description |
|---|---|
LookupSession.LookupSessionBuilder |
LookupSession.LookupSessionBuilder.caches(Map<? extends Integer,? extends Cache> caches) |
| Modifier and Type | Method and Description |
|---|---|
Cache |
jnamed.getCache(int dclass) |
Copyright © 2021 dnsjava.org. All rights reserved.