/// <summary> /// Flushes and removes all settings in the cache. /// Subsequent calls to <see cref="Get(string)"/> /// will cause the settings to be reloaded and reconfigured. /// </summary> public void FlushAll() { settingsCache.Clear(); }
/// <summary> /// Dispose the environment. /// </summary> public void Dispose() { this.Settings.Dispose(); storageProvidersCache.Clear(); }