Searched defs:DiskLruCache (Results 1 - 2 of 2) sorted by relevance

/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/jakewharton/ com/jakewharton/disklrucache/ com/jakewharton/disklrucache/DiskLruCache ...
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java86 public final class DiskLruCache implements Closeable { class in inherits:Closeable
90 static final String MAGIC = "libcore.io.DiskLruCache";
102 * libcore.io.DiskLruCache
117 * constant string "libcore.io.DiskLruCache", the disk cache's version,
161 new LinkedBlockingQueue<Runnable>(), Util.threadFactory("OkHttp DiskLruCache", true));
164 synchronized (DiskLruCache.this) {
181 private DiskLruCache(File directory, int appVersion, int valueCount, long maxSize) { method in class:DiskLruCache
200 public static DiskLruCache open(File directory, int appVersion, int valueCount, long maxSize)
222 DiskLruCache cache = new DiskLruCache(director
[all...]

Completed in 70 milliseconds