Exemplo n.º 1
0
        public void SetValue <T>(string strKey, T value)
        {
            this.Cache.SetValue <T>(strKey, value);
            INITableModule tmINI = new INITableModule();

            tmINI.SetValue(strKey, value);
        }