Uses of Class
com.parse.ParseQuery.CachePolicy

Uses of ParseQuery.CachePolicy in com.parse
 

Methods in com.parse that return ParseQuery.CachePolicy
 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.
 

Methods in com.parse with parameters of type ParseQuery.CachePolicy
 void ParseQuery.setCachePolicy(ParseQuery.CachePolicy newCachePolicy)
          Change the caching policy of this query.