MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / clearCache

Method clearCache

src/main/java/core/org/xbill/DNS/Cache.java:314–317  ·  view source on GitHub ↗

Empties the Cache.

()

Source from the content-addressed store, hash-verified

312
313/** Empties the Cache. */
314public synchronized void
315clearCache() {
316 data.clear();
317}
318
319/**
320 * Adds a record to the Cache.

Callers 1

resetMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected