contactListCache
expect inline fun contactListCache(action: BotConfiguration.ContactListCache.() -> Unit)
Content copied to clipboard
contactListCache {
saveIntervalMillis = 30_000
friendListCacheEnabled = true
}
Content copied to clipboard
Since
2.4
联系人信息缓存配置. 将会保存在 cacheDir 中 contacts
目录
Since
2.4
actual inline fun contactListCache(action: BotConfiguration.ContactListCache.() -> Unit)
Content copied to clipboard
contactListCache {
saveIntervalMillis = 30_000
friendListCacheEnabled = true
}
Content copied to clipboard
Since
2.4
联系人信息缓存配置. 将会保存在 cacheDir 中 contacts
目录
Since
2.4
actual inline fun contactListCache(action: BotConfiguration.ContactListCache.() -> Unit)
Content copied to clipboard
contactListCache {
saveIntervalMillis = 30_000
friendListCacheEnabled = true
}
Content copied to clipboard
Since
2.4
联系人信息缓存配置. 将会保存在 cacheDir 中 contacts
目录
Since
2.4