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