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
/
CacheUtility
Cache
Utility
constructor
(
bot
:
Bot
,
updateCache
:
suspend
(
bot
:
Bot
)
->
Map
<
K
,
D
>
,
entityFactory
:
(
bot
:
Bot
,
data
:
D
)
->
V
)
(
source
)
Parameters
K
缓存键的类型
V
实体类型,必须继承自
AbstractEntity