예제 #1
0
 public bool Contains(string key)
 {
     return(_syncCacheStore.Contains(key));
 }