Builder
class Builder
Functions
Link copied to clipboard
配置是否添加 GsonConverterFactory;默认为:true
Link copied to clipboard
配置 http日志级别 HttpLoggingInterceptor;默认为:Level.BASIC
Link copied to clipboard
Repository中通过Repository.getRetrofitService获取 service 实例的最大可缓存数量, 采用LruCache缓存策略;默认值为:DEFAULT_RETROFIT_SERVICE_MAX_SIZE
Link copied to clipboard
Repository中 通过 Repository.getRoomDatabase 获取 RoomDatabase 实例的最大缓存数量, 采用LruCache缓存策略;默认值为:DEFAULT_ROOM_DATABASE_MAX_SIZE