MCPcopy
hub / github.com/dgraph-io/dgraph / ResetAclCache

Function ResetAclCache

worker/acl_cache.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func ResetAclCache() {
32 AclCachePtr.reset()
33}
34
35func (cache *AclCache) Loaded() bool {
36 cache.RLock()

Callers 2

handleRestoreProposalFunction · 0.85
postStreamProcessingFunction · 0.85

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected