Searched refs:LRU_CAPACITY (Results 1 – 2 of 2) sorted by relevance
33 private static final int LRU_CAPACITY = 4; field in FileCache53 new LruCache<String, CacheEntry>(LRU_CAPACITY);
44 private static final int LRU_CAPACITY = 4; field in DownloadCache70 new LruCache<String, Entry>(LRU_CAPACITY);