Add Config locking and caching

This commit is contained in:
TheXamlGuy
2024-10-03 22:39:56 +01:00
parent 8136739372
commit 0c091b3a27
8 changed files with 235 additions and 141 deletions
+1 -3
View File
@@ -9,6 +9,4 @@ public interface IConfigurationSource<TConfiguration>
void Set(TConfiguration value);
void Set(object value);
}
public interface IRemovable : IDisposable;
}