mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-16 09:48:13 -05:00
fixed download clients not being invalidated on config change
This commit is contained in:
@@ -52,4 +52,9 @@ public interface IDynamicHttpClientFactory
|
||||
/// 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