예제 #1
0
 public static bool Touch(this ISimpleMemcachedClient self, string key)
 {
     return(self.Touch(key, Expiration.Never));
 }