Beispiel #1
0
 public void ReloadConfigs()
 {
     _cache.RefreshCache();
     foreach (var key in _cache.AllKeys)
     {
         ConfigChangeEvent?.Invoke(key, this);
     }
 }
Beispiel #2
0
 protected void OnConfigChangeEvent(string obj) => ConfigChangeEvent?.Invoke(obj, this);