Aselia.Core.Cache.Create C# (CSharp) Method

Create() public static method

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