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

Method Cache

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

Creates an empty Cache @param dclass The DNS class of this cache @see DClass

(int dclass)

Source from the content-addressed store, hash-verified

167 * @see DClass
168 */
169public
170Cache(int dclass) {
171 this.dclass = dclass;
172 data = new CacheMap(defaultMaxEntries);
173}
174
175/**
176 * Creates an empty Cache for class IN.

Callers

nothing calls this directly

Calls 2

nextRecordMethod · 0.95
addRecordMethod · 0.95

Tested by

no test coverage detected