Tuned down DB logging

Added cache to scene mapping.
This commit is contained in:
kay.one 2013-05-29 21:55:23 -07:00
commit acf54203e5
8 changed files with 68 additions and 31 deletions

View file

@ -10,5 +10,6 @@ namespace NzbDrone.Common.Cache
void Clear();
void Remove(string key);
T Get(string key);
T Find(string key);
}
}