Uses of Class
org.htmlunit.Cache.Entry
-
Packages that use Cache.Entry Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of Cache.Entry in org.htmlunit
Fields in org.htmlunit with type parameters of type Cache.Entry Modifier and Type Field Description private java.util.Map<java.lang.String,Cache.Entry>
Cache. entries_
The map which holds the cached responses.Methods in org.htmlunit that return Cache.Entry Modifier and Type Method Description private Cache.Entry
Cache. getCacheEntry(WebRequest request)
Methods in org.htmlunit with parameters of type Cache.Entry Modifier and Type Method Description int
Cache.Entry. compareTo(Cache.Entry other)
-