func()

in secretcache/cache.go [162:164]


func (c *Cache) RefreshNow(secretId string) {
	c.RefreshNowWithContext(context.Background(), secretId)
}