示例#1
0
 public static bool Set(string key, object obj, DateTime expiry)
 {
     return(Opation.Insert(key, obj, expiry));
 }
示例#2
0
 public static bool Set(string key, object obj)
 {
     return(Opation.Insert(key, obj));
 }