()
| 30 | } |
| 31 | |
| 32 | func (c *logClusterCache) Values() iter.Seq[*LogCluster] { |
| 33 | return c.cache.Values() |
| 34 | } |
| 35 | |
| 36 | // Set adds a cluster to the cache. This method may evict other clusters from the cache if it's full. |
| 37 | func (c *logClusterCache) Put(cluster *LogCluster) { |
no outgoing calls