Exemplo n.º 1
0
 public void AddSecondCache(string key, object value, int seconds)
 {
     if (value == null)
     {
         //   Debug.Assert(false);
         return;
     }
     _strategy.AddSecondCache(key, value, seconds);
 }