Beispiel #1
0
        public void SqlChangedCallback(string table, string key)
        {
            if (!string.IsNullOrEmpty(key))
            {
                _Cache.Remove(key);

                if (_channel != null)
                {
                    _channel.Unsubscribe(key, table);
                }
            }
        }