Aselia.Core.Cache.Create C# (CSharp) Méthode

Create() public static méthode

public static Create ( ) : Cache
Résultat Cache
        public static Cache Create()
        {
            return new Cache()
            {
                Accounts = new Dictionary<string, UserSurrogate>(),
                Channels = new Dictionary<string, ChannelSurrogate>(),
            };
        }