public final class OnlyRemoteStrategy extends BaseStrategy
描述:只请求网络
<-------此类加载用的是反射 所以类名是灰色的 没有直接引用 不要误删---------------->| Constructor and Description |
|---|
OnlyRemoteStrategy() |
| Modifier and Type | Method and Description |
|---|---|
<T> <any> |
execute(RxCache rxCache,
java.lang.String key,
long time,
<any> source,
java.lang.reflect.Type type)
执行缓存
|