JavaScript is disabled on your browser.
Skip navigation links
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
Fields in
org.htmlunit
declared as
Cache
Modifier and Type
Field
Description
private
Cache
WebClient.
cache_
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.