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