acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.common
/
CacheUtility
/
get
get
suspend
fun
get
(
key
:
K
,
forceUpdate
:
Boolean
=
false
)
:
V
?
(
source
)
获取指定键的实体
Return
实体对象,如果不存在则返回 null
Parameters
key
实体的键
force
Update
是否强制更新缓存