public static interface DiskCache.Factory
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_DISK_CACHE_DIR | 
| static int | DEFAULT_DISK_CACHE_SIZE250 MB of cache. | 
| Modifier and Type | Method and Description | 
|---|---|
| DiskCache | build()Returns a new disk cache, or  nullif no disk cache could be created. | 
static final int DEFAULT_DISK_CACHE_SIZE
static final String DEFAULT_DISK_CACHE_DIR