getCacheCommonSetting

fun <V> getCacheCommonSetting(followUser: Boolean = false, key: String, defaultValue: V): V

获取本地缓存

Return

V

Parameters

followUser

Boolean 为false表示缓存只跟随设备,与当前用户无关,默认为false

key

String

defaultValue

V