Dashing.Engine.DML.WriterQueryCacheKey.WriterQueryCacheKey C# (CSharp) Method

WriterQueryCacheKey() public method

public WriterQueryCacheKey ( IConfiguration configuration, Type type ) : System
configuration IConfiguration
type System.Type
return System
        public WriterQueryCacheKey(IConfiguration configuration, Type type) {
            this.Configuration = configuration;
            this.Type = type;
        }