예제 #1
0
 // 检测Cache中当前Key是否存在
 public boolean exists(String key) {
   return mcc.keyExists(key);
 }