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