go.opencensus.io/trace.lruMap.cacheKeys (field)
6 uses
go.opencensus.io/trace (current package)
lrumap.go#L24: cacheKeys map[lru.Key]bool
lrumap.go#L31: cacheKeys: make(map[lru.Key]bool),
lrumap.go#L36: delete(lm.cacheKeys, key)
lrumap.go#L47: keys := make([]interface{}, len(lm.cacheKeys))
lrumap.go#L48: for k := range lm.cacheKeys {
lrumap.go#L55: lm.cacheKeys[lru.Key(key)] = true
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |