-Removed todo for timeout feature on info cache.

This commit is contained in:
John Zhen Mo 2017-11-14 10:58:01 -08:00
parent 9b47c40e6c
commit a1bbc41545

View file

@ -42,7 +42,6 @@ public final class InfoCache {
private static final int TRIM_CACHE_TO = 30;
private static final int DEFAULT_TIMEOUT_HOURS = 4;
// TODO: Replace to one with timeout (like the one from guava)
private static final LruCache<String, CacheData> lruCache = new LruCache<>(MAX_ITEMS_ON_CACHE);
private InfoCache() {