JavaScript is disabled on your browser.
Skip navigation links
Xceptance XLT 9.0.0 API
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.htmlunit.Cache
Packages that use
Cache
Package
Description
org.htmlunit
Framework classes (contains the
WebClient
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.