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

Method cleanUp

src/main/java/org/htmlunit/SgmlPage.java:77–82  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

75 * {@inheritDoc}
76 */
77 @Override
78 public void cleanUp() {
79 if (getWebClient().getCache().getCachedResponse(webResponse_.getWebRequest()) == null) {
80 webResponse_.cleanUp();
81 }
82 }
83
84 /**
85 * {@inheritDoc}

Callers

nothing calls this directly

Calls 5

getWebClientMethod · 0.95
getCachedResponseMethod · 0.80
getCacheMethod · 0.80
cleanUpMethod · 0.65
getWebRequestMethod · 0.45

Tested by

no test coverage detected