| Modifier and Type | Method and Description |
|---|---|
ParseQuery.CachePolicy |
ParseQuery.getCachePolicy()
Accessor for the caching policy.
|
static ParseQuery.CachePolicy |
ParseQuery.CachePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseQuery.CachePolicy[] |
ParseQuery.CachePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParseQuery.setCachePolicy(ParseQuery.CachePolicy newCachePolicy)
Change the caching policy of this query.
|