| Package | Description |
|---|---|
| com.avos.avoscloud |
| Modifier and Type | Method and Description |
|---|---|
AVQuery.CachePolicy |
AVQuery.getCachePolicy()
Accessor for the caching policy.
|
AVQuery.CachePolicy |
AVQuery.getPolicy() |
static AVQuery.CachePolicy |
AVQuery.CachePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AVQuery.CachePolicy[] |
AVQuery.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 |
PaasClient.getObject(String relativePath,
AVRequestParams parameters,
boolean sync,
Map<String,String> inputHeader,
GenericObjectCallback callback,
AVQuery.CachePolicy policy) |
void |
PaasClient.getObject(String relativePath,
AVRequestParams parameters,
boolean sync,
Map<String,String> inputHeader,
GenericObjectCallback callback,
AVQuery.CachePolicy policy,
boolean fetchRetry) |
String |
PaasClient.getObject(String relativePath,
AVRequestParams parameters,
boolean sync,
Map<String,String> header,
GenericObjectCallback callback,
AVQuery.CachePolicy policy,
long maxAgeInMilliseconds) |
AVQuery<T> |
AVQuery.setCachePolicy(AVQuery.CachePolicy cachePolicy)
Change the caching policy of this query.
|
AVQuery<T> |
AVQuery.setPolicy(AVQuery.CachePolicy policy)
Deprecated.
|
| Constructor and Description |
|---|
GetHttpResponseHandler(GenericObjectCallback cb,
AVQuery.CachePolicy policy,
String absoluteURLString) |
Copyright © 2017. All rights reserved.