Uses of Class
com.squareup.okhttp.internal.DiskLruCache
| Package | Description |
|---|---|
| com.squareup.okhttp.internal |
-
Uses of DiskLruCache in com.squareup.okhttp.internal
Methods in com.squareup.okhttp.internal that return DiskLruCache Modifier and Type Method Description static DiskLruCacheDiskLruCache. open(File directory, int appVersion, int valueCount, long maxSize)Opens the cache indirectory, creating a cache if none exists there.