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