Exemple #1
0
 public function vDeleteCache($vKey)
 {
     return $this->_oDB->vDeleteCache($vKey, $vKey);
 }
Exemple #2
0
 public function vDeleteCache($vKey)
 {
     return $this->_oDB->vDeleteCache($this->_iGetHintId($vKey), $vKey);
 }