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