MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getCache

Method getCache

src/main/java/org/htmlunit/WebClient.java:2144–2146  ·  view source on GitHub ↗

Gets the cache currently being used. @return the cache (may not be null)

()

Source from the content-addressed store, hash-verified

2142 * @return the cache (may not be null)
2143 */
2144 public Cache getCache() {
2145 return cache_;
2146 }
2147
2148 /**
2149 * Sets the cache to use.

Calls

no outgoing calls