Ejemplo n.º 1
0
 public bool TryGetWithCas(string key, out CasResult <object> value)
 {
     return(_memcachedClient.TryGetWithCas(key, out value));
 }