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