add cache

This commit is contained in:
skiffer-git
2022-04-22 18:56:39 +08:00
parent 2bdaaa5a33
commit 0a0c206998
4 changed files with 47 additions and 0 deletions
+4
View File
@@ -315,4 +315,8 @@ service user {
rpc GetBlockUsers(GetBlockUsersReq) returns (GetBlockUsersResp);
rpc GetBlockUserById(GetBlockUserByIdReq) returns (GetBlockUserByIdResp);
rpc DeleteUser(DeleteUserReq) returns (DeleteUserResp);
rpc GetUserInfoFromCache(GetUserInfoReq) returns(GetUserInfoResp);
}