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