Example #1
0
 public static ServerEmoji GetCached(ulong emojiId)
 {
     return(FactoryUtils.GetCached(_cache, emojiId));
 }
Example #2
0
 public static User GetCached(ulong userId)
 {
     return(FactoryUtils.GetCached(_cache, userId));
 }