示例#1
0
 /**
  * setNoCache 是否不啟動 cache (預設啟動)
  *
  * @param boolean $nocache
  * @static
  * @access public
  * @return void
  */
 public static function setNoCache($nocache = false)
 {
     self::$_nocache = $nocache;
 }