Searched refs:MAX_ENTRIES (Results 1 – 2 of 2) sorted by relevance
35 private static final int MAX_ENTRIES = 16; field in AddressCache43 = new BasicLruCache<AddressCacheKey, AddressCacheEntry>(MAX_ENTRIES);
42 private int MAX_ENTRIES = 200; field in ExpiringCache74 return size() > MAX_ENTRIES; in ExpiringCache()