com.facebook.internal
Class CacheableRequestBatch
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Request>
com.facebook.RequestBatch
com.facebook.internal.CacheableRequestBatch
- All Implemented Interfaces:
- Iterable<Request>, Collection<Request>, List<Request>
public class CacheableRequestBatch
- extends RequestBatch
com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of
any of the classes in this package is unsupported, and they may be modified or removed without warning at
any time.
Methods inherited from class com.facebook.RequestBatch |
add, add, addCallback, clear, executeAndWait, executeAsync, get, getTimeout, remove, removeCallback, set, setTimeout, size |
CacheableRequestBatch
public CacheableRequestBatch()
CacheableRequestBatch
public CacheableRequestBatch(Request... requests)
getCacheKeyOverride
public final String getCacheKeyOverride()
setCacheKeyOverride
public final void setCacheKeyOverride(String cacheKey)
getForceRoundTrip
public final boolean getForceRoundTrip()
setForceRoundTrip
public final void setForceRoundTrip(boolean forceRoundTrip)