RefreshGroup 刷新一个群的群信息缓存
(group *entity.Group)
| 56 | |
| 57 | // RefreshGroup 刷新一个群的群信息缓存 |
| 58 | func (c *Cache) RefreshGroup(group *entity.Group) { |
| 59 | setCacheOf(c, group.GroupUin, group) |
| 60 | } |
| 61 | |
| 62 | // RefreshAllGroup 刷新所有群的群信息缓存 |
| 63 | func (c *Cache) RefreshAllGroup(groupCache map[uint32]*entity.Group) { |
nothing calls this directly
no test coverage detected