Esempio n. 1
0
 private void RemoveAll()
 {
     foreach (string key in _cache.GetKeys())
     {
         _cache.Remove(key);
     }
 }