setValue("BaiduCache".$id, $value,$duration); } public function getCache($id) { return $this->getValue("BaiduCache".$id); } public function delCache($id) { return $this->deleteValue("BaiduCache".$id); } }