static CacheFactory()
 {
     user  = new cache.UserCache();
     match = new cache.MatchCache();
     fight = new cache.FightCache();
 }
Example #2
0
 static CacheFactory()
 {
     user  = new UserCache();
     match = new MatchCache();
     fight = new FightCache();
 }