예제 #1
0
 public static T GetAndTouch <T>(this ISimpleMemcachedClient self, string key)
 {
     return(self.GetAndTouch <T>(key, Expiration.Never));
 }