예제 #1
0
 public function vDeleteCache($vKey)
 {
     return $this->_oDB->vDeleteCache($vKey, $vKey);
 }
예제 #2
0
파일: DBHandler.php 프로젝트: jinghm318/ko
 public function vDeleteCache($vKey)
 {
     return $this->_oDB->vDeleteCache($this->_iGetHintId($vKey), $vKey);
 }