Aselia.Core.Cache.Create C# (CSharp) 메소드

Create() 공개 정적인 메소드

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