go.opencensus.io/trace.lruMap.cache (field)
6 uses
go.opencensus.io/trace (current package)
lrumap.go#L25: cache *lru.Cache
lrumap.go#L32: cache: lru.New(size),
lrumap.go#L35: lm.cache.OnEvicted = func(key lru.Key, value interface{}) {
lrumap.go#L43: return lm.cache.Len()
lrumap.go#L56: lm.cache.Add(lru.Key(key), value)
lrumap.go#L60: return lm.cache.Get(key)
![]() |
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. |