Uses of Class
org.xbill.DNS.Cache
Packages that use Cache
-
Uses of Cache in org.xbill.DNS
Methods in org.xbill.DNS that return CacheModifier and TypeMethodDescriptionstatic CacheLookup.getDefaultCache(int dclass) Gets the Cache that will be used as the default for the specified class by future Lookups.Methods in org.xbill.DNS with parameters of type CacheModifier and TypeMethodDescriptionvoidSets the cache to use when performing this lookup.static voidLookup.setDefaultCache(Cache cache, int dclass) Sets the Cache to be used as the default for the specified class by future Lookups. -
Uses of Cache in org.xbill.DNS.lookup
Methods in org.xbill.DNS.lookup with parameters of type CacheModifier and TypeMethodDescriptionDeprecated.Enable caching using the supplied cache.Method parameters in org.xbill.DNS.lookup with type arguments of type CacheModifier and TypeMethodDescriptionLookupSession.LookupSessionBuilder.caches(@NonNull Collection<Cache> caches) Enable caching using the supplied caches.Deprecated.useLookupSession.LookupSessionBuilder.cache(Cache)orLookupSession.LookupSessionBuilder.caches(Collection), theCachealready provides the class. -
Uses of Cache in org.xbill.DNS.tools
Methods in org.xbill.DNS.tools that return Cache
LookupSession.LookupSessionBuilder.cache(Cache), theCachealready provides the class.