mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Added Auth, startup options to UI
Added caching to ConfigFileProvider,
This commit is contained in:
@@ -9,5 +9,6 @@ namespace NzbDrone.Common.Cache
|
||||
bool ContainsKey(string key);
|
||||
void Clear();
|
||||
void Remove(string key);
|
||||
T Get(string key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user