public interface ICacheAbleRequest<T> extends ICacheAble<T>, IRequest<T>
| Modifier and Type | Method and Description |
|---|---|
void |
setTimeout(int timeOut)
set a timeout, when request time over this value, cache data will be used.
|
cacheIsDisabled, getAssertInitDataPath, getCacheKey, getCacheTime, onCacheData, onNoCacheData, processRawDataFromCache, setAssertInitDataPath, setCacheKey, setCacheTime, setDisableCache, setUseCacheAnyway, useCacheAnywaycancelRequest, getFailData, getRequestData, onDataFromServer, onRequestFail, onRequestSuccess, processOriginDataFromServer, requestSync, send, setFailData