mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
-Removed todo for timeout feature on info cache.
This commit is contained in:
parent
98e617001d
commit
0fe5a44e5a
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ public final class InfoCache {
|
||||||
private static final int TRIM_CACHE_TO = 30;
|
private static final int TRIM_CACHE_TO = 30;
|
||||||
private static final int DEFAULT_TIMEOUT_HOURS = 4;
|
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 static final LruCache<String, CacheData> lruCache = new LruCache<>(MAX_ITEMS_ON_CACHE);
|
||||||
|
|
||||||
private InfoCache() {
|
private InfoCache() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue