github.com/golang/groupcache/lru.Cache.Len (method)

2 uses

	github.com/golang/groupcache/lru (current package)
		lru.go#L116: func (c *Cache) Len() int {

	go.opencensus.io/trace
		lrumap.go#L43: 	return lm.cache.Len()