Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
314
public
synchronized
void
315
clearCache() {
316
data.clear();
317
}
318
319
/**
320
* Adds a record to the Cache.
Callers
1
reset
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected