public function startMemCache()
 {
     $timer = new BitTimer();
     $timer->updateMemcache();
     echo "true";
 }