mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Tuned down DB logging
Added cache to scene mapping.
This commit is contained in:
@@ -10,5 +10,6 @@ namespace NzbDrone.Common.Cache
|
||||
void Clear();
|
||||
void Remove(string key);
|
||||
T Get(string key);
|
||||
T Find(string key);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user