Uses of Class
com.gargoylesoftware.htmlunit.Cache

Packages that use Cache
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
 

Uses of Cache in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit that return Cache
 Cache WebClient.getCache()
          Gets the cache currently being used.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type Cache
 void WebClient.setCache(Cache cache)
          Sets the cache to use.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.