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

Method flushSet

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

Flushes an RRset from the cache @param name The name of the records to be flushed @param type The type of the records to be flushed @see RRset

(Name name, int type)

Source from the content-addressed store, hash-verified

729 * @see RRset
730 */
731public void
732flushSet(Name name, int type) {
733 removeElement(name, type);
734}
735
736/**
737 * Flushes all RRsets with a given name from the cache

Callers

nothing calls this directly

Calls 1

removeElementMethod · 0.95

Tested by

no test coverage detected