(caller string)
| 168 | ) |
| 169 | |
| 170 | func (c *Cache) ResetRefreshSignal(caller string) { |
| 171 | log.Infof("domain: %s reset cache refresh signal (caller: %s)", c.metadata.GetDomainLcuuid(), caller, c.metadata.LogPrefixes) |
| 172 | c.RefreshSignal <- struct{}{} |
| 173 | } |
| 174 | |
| 175 | func (c *Cache) StartSelfHealing() { |
| 176 | go func() { |
no test coverage detected