* 根据用户ID清理缓存信息
(userId: string)
| 1183 | * 根据用户ID清理缓存信息 |
| 1184 | */ |
| 1185 | private async cleanUserInfoCache(userId: string) { |
| 1186 | await this.cleanActionCache('getUserInfo', [String(userId)]); |
| 1187 | } |
| 1188 | |
| 1189 | /** |
| 1190 | * Transform returned user entity. Generate JWT token if neccessary. |
no outgoing calls
no test coverage detected