toggle menu
kvcache
androidJvm
switch theme
search in API
kvcache
/
com.king.kvcache
/
KVCache
/
Companion
/
getStringSet
get
String
Set
@
JvmStatic
fun
getStringSet
(
key
:
String
)
:
Set
<
String
>
?
根据
key
获取缓存的值,如果未获取到,则返回空
Parameters
key
键
@
JvmStatic
open
override
fun
getStringSet
(
key
:
String
,
defValue
:
Set
<
String
>
?
)
:
Set
<
String
>
?
根据
key
获取缓存的值,如果未获取到,则返回默认值
defValue
Parameters
key
键
def
Value
默认值