MCPcopy
hub / github.com/caddyserver/certmagic / clearFqdnCache

Function clearFqdnCache

dnsutil_test.go:262–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260}
261
262func clearFqdnCache() {
263 fqdnSOACacheMu.Lock()
264 fqdnSOACache = make(map[string]*soaCacheEntry)
265 fqdnSOACacheMu.Unlock()
266}

Callers 1

TestFindZoneByFqdnFunction · 0.85

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…