Example #1
0
 public bool ContainsKey(object key)
 {
     return(cache.ContainsKey(key));
 }
Example #2
0
 public bool ContainsKey(byte[] key)
 {
     return(cache.ContainsKey(key));
 }