コード例 #1
0
ファイル: CacheClient.php プロジェクト: Git-Host/email
 /**
  * @param int $iTimeToClearInHours = 24
  *
  * @return bool
  */
 public function gc($iTimeToClearInHours = 24)
 {
     return $this->oDriver ? $this->oDriver->gc($iTimeToClearInHours) : false;
 }