Uses of Class
org.xbill.DNS.Cache
Packages that use Cache
-
Uses of Cache in org.xbill.DNS
Fields in org.xbill.DNS declared as CacheFields in org.xbill.DNS with type parameters of type CacheMethods 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
Fields in org.xbill.DNS.lookup with type parameters of type CacheMethods in org.xbill.DNS.lookup that return CacheMethods 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
Fields in org.xbill.DNS.tools with type parameters of type CacheMethods in org.xbill.DNS.tools that return CacheMethods in org.xbill.DNS.tools with parameters of type CacheModifier and TypeMethodDescriptionprivate voidjnamed.addCacheNS(Message response, Cache cache, Name name)
LookupSession.LookupSessionBuilder.cache(Cache), theCachealready provides the class.