Uses of Class
com.gargoylesoftware.htmlunit.Cache
-
Packages that use Cache Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of Cache in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.htmlunit that return Cache Modifier and Type Method Description CacheWebClient. getCache()Gets the cache currently being used.Methods in com.gargoylesoftware.htmlunit with parameters of type Cache Modifier and Type Method Description voidWebClient. setCache(Cache cache)Sets the cache to use.
-