Example #1
0
 public void AddUserWithEmailAsKey(string key, string value)
 {
     EmailCache.Add(key, value);
 }