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
+4
View File
@@ -0,0 +1,4 @@
namespace Toolkit.Foundation;
public interface IRemovable :
IDisposable;