Пример #1
0
 static Caches()
 {
     Account = new AccountCache();
     User    = new UserCache();
     Match   = new MatchCache();
     Fight   = new FightCache();
 }
Пример #2
0
 /// <summary>
 /// 静态构造函数
 /// </summary>
 static Caches()
 {
     AccountCache   = new AccountCache();
     UserModelCache = new UserModelCache();
     RoomCache      = new RoomCache();
     FightRoomCache = new FightRoomCache();
 }