New: Viewable release cache

This commit is contained in:
KZ
2015-07-26 15:22:20 +01:00
parent 78770ea2d2
commit 3f146b0061
34 changed files with 20538 additions and 3788 deletions

View File

@@ -25,7 +25,7 @@ namespace Jackett.Indexers
protected Logger logger;
protected IIndexerManagerService indexerService;
protected static List<CachedResult> cache = new List<CachedResult>();
protected static List<CachedQueryResult> cache = new List<CachedQueryResult>();
protected static readonly TimeSpan cacheTime = new TimeSpan(0, 9, 0);
public static string GetIndexerID(Type type)