mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-09-15 23:12:18 -04:00
Address even more tech debt (#661)
This commit is contained in:
1 parent
c4cddf8897
commit
71113d8838
161 files changed
+9706
-2001
No files matched your search
+1
-11
@@ -47,14 +47,4 @@ public interface IDynamicHttpClientFactory
|
||||
/// Updates all registered HTTP client configurations with new general config settings
|
||||
/// </summary>
|
||||
void UpdateAllClientsFromGeneralConfig(GeneralConfig generalConfig);
|
||||
|
||||
/// <summary>
|
||||
/// Gets all currently registered client names
|
||||
/// </summary>
|
||||
IEnumerable<string> GetRegisteredClientNames();
|
||||
|
||||
/// <summary>
|
||||
/// Forces cache invalidation for all registered clients (for debugging/testing)
|
||||
/// </summary>
|
||||
void InvalidateAllCachedConfigurations();
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user