Exemplo n.º 1
0
 public static boolean set(String key, Integer expire, Object value) {
   return cachedClient.set(key, expire, value);
 }
Exemplo n.º 2
0
 public static boolean set(String key, Object value) {
   return cachedClient.set(key, value);
 }