| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
DEBUG |
true |
protected static final java.lang.String |
LOG_TAG |
"cube-disk-cache-provider" |
public static final byte |
TASK_CLOSE_CACHE |
2 |
public static final byte |
TASK_FLUSH_CACHE |
3 |
public static final byte |
TASK_INIT_CACHE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
LOG_TAG |
"cube-disk-cache-simple-lru" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
TASK_ORDER_FIRST_IN_FIRST_OUT |
1 |
public static final int |
TASK_ORDER_LAST_IN_FIRST_OUT |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ERROR_BAD_FORMAT |
2 |
public static final int |
ERROR_NETWORK |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final java.lang.String |
LOG_TAG |
"cube-cache-request" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ERROR_CUSTOMIZED |
100 |
public static final int |
ERROR_DATA_FORMAT |
3 |
public static final int |
ERROR_INPUT |
1 |
public static final int |
ERROR_NETWORK |
2 |
public static final int |
ERROR_UNKNOWN |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final java.lang.String |
EMPTY_VALUE |
"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
RESULT_DOWNLOAD_ERROR |
3 |
public static final int |
RESULT_NO_ENOUGH_SPACE |
4 |
public static final int |
RESULT_OK |
1 |
public static final int |
RESULT_URL_ERROR |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
STATUS_LOADED_EMPTY |
1 |
public static final int |
STATUS_LOADED_NO_MORE |
1 |