toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
lattice
/
com.example.lattice
/
CacheImpl
/
get
get
open
override
fun
get
(
key
:
K
,
loader
:
(
K
)
->
V
)
:
V
根据键获取值,如果不存在则调用 loader 函数加载值
Return
值
Parameters
key
键
loader
加载函数