RefreshAllGroup 刷新所有群的群信息缓存
(groupCache map[uint32]*entity.Group)
| 61 | |
| 62 | // RefreshAllGroup 刷新所有群的群信息缓存 |
| 63 | func (c *Cache) RefreshAllGroup(groupCache map[uint32]*entity.Group) { |
| 64 | refreshAllCacheOf(c, groupCache) |
| 65 | } |
| 66 | |
| 67 | // RefreshAllRKeyInfo 刷新所有RKey缓存 |
| 68 | func (c *Cache) RefreshAllRKeyInfo(rkeyCache entity.RKeyMap) { |
no test coverage detected