mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Tuned down DB logging
Added cache to scene mapping.
This commit is contained in:
parent
2a12b051bc
commit
acf54203e5
8 changed files with 68 additions and 31 deletions
|
@ -10,5 +10,6 @@ namespace NzbDrone.Common.Cache
|
|||
void Clear();
|
||||
void Remove(string key);
|
||||
T Get(string key);
|
||||
T Find(string key);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue