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

Method flushName

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

Flushes all RRsets with a given name from the cache @param name The name of the records to be flushed @see RRset

(Name name)

Source from the content-addressed store, hash-verified

739 * @see RRset
740 */
741public void
742flushName(Name name) {
743 removeName(name);
744}
745
746/**
747 * Sets the maximum length of time that a negative response will be stored

Callers

nothing calls this directly

Calls 1

removeNameMethod · 0.95

Tested by

no test coverage detected