/**
  * 点击clear事件
  *
  * @param v
  */
 public void clear(View v) {
   mCache.remove("testObject");
 }