RefreshAllFriend 刷新所有好友缓存
(friendCache map[uint32]*entity.User)
| 23 | |
| 24 | // RefreshAllFriend 刷新所有好友缓存 |
| 25 | func (c *Cache) RefreshAllFriend(friendCache map[uint32]*entity.User) { |
| 26 | refreshAllCacheOf(c, friendCache) |
| 27 | } |
| 28 | |
| 29 | // RefreshGroupMember 刷新指定群的一个群成员缓存 |
| 30 | func (c *Cache) RefreshGroupMember(groupUin uint32, groupMember *entity.GroupMember) { |
no test coverage detected