mirai
2.12.0
common
mirai-core-api
/
net.mamoe.mirai.utils
/
BotConfiguration
/
ContactListCache
Contact
List
Cache
common
class
ContactListCache
Content copied to clipboard
联系人信息缓存配置
Since
2.4
Constructors
Properties
See also
See also
common
net.
mamoe.
mirai.
utils.
Bot
Configuration
Constructors
Contact
List
Cache
Link copied to clipboard
common
fun
ContactListCache
(
)
Content copied to clipboard
Properties
friendListCacheEnabled
Link copied to clipboard
common
var
friendListCacheEnabled
:
Boolean
=
false
Content copied to clipboard
开启好友列表缓存.
groupMemberListCacheEnabled
Link copied to clipboard
common
var
groupMemberListCacheEnabled
:
Boolean
=
false
Content copied to clipboard
开启群成员列表缓存.
saveInterval
Link copied to clipboard
common
var
saveInterval
:
Duration
Content copied to clipboard
在有修改时自动保存间隔. 默认 60 秒. 在每次登录完成后有修改时都会立即保存一次.
saveIntervalMillis
Link copied to clipboard
common
var
saveIntervalMillis
:
Long
Content copied to clipboard
在有修改时自动保存间隔. 默认 60 秒. 在每次登录完成后有修改时都会立即保存一次.