示例#1
0
 public static ServerEmoji GetCached(ulong emojiId)
 {
     return(FactoryUtils.GetCached(_cache, emojiId));
 }
示例#2
0
文件: User.cs 项目: hujgup/DiscordApi
 public static User GetCached(ulong userId)
 {
     return(FactoryUtils.GetCached(_cache, userId));
 }