toggle menu
kvcache
androidJvm
switch theme
search in API
kvcache
/
com.king.kvcache
/
kvCacheInt
kv
Cache
Int
fun
kvCacheInt
(
key
:
String
?
=
null
,
defaultValue
:
Int
=
0
)
:
KVCachePropertyInt
Parameters
key
当 key不为空时,根据 key 来缓存对应的值,当 key 为空时,则取属性名称作为 key 来缓存对应的值
default
Value
默认值