EntriesWithPinCount returns the number of pinned and unpinned entries in the cache Each entry is counted only once, regardless of entry.pinCount
()
| 281 | // |
| 282 | // Each entry is counted only once, regardless of entry.pinCount |
| 283 | func EntriesWithPinCount() (pinned, unpinned int) { |
| 284 | createOnFirstUse() |
| 285 | return c.EntriesWithPinCount() |
| 286 | } |
searching dependent graphs…