Searched refs:ENTRY_COUNT (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/net/http/
H A DHttpResponseCache.java67 private static final int ENTRY_COUNT = 2; field in class:HttpResponseCache
79 cache = DiskLruCache.open(directory, VERSION, ENTRY_COUNT, maxSize);

Completed in 199 milliseconds