コード例 #1
0
 /**
  * Get fresh models / disable cache
  *
  * @param  boolean $fresh
  * @return object
  */
 public function fresh($fresh = true)
 {
     if ($fresh) {
         $this->model->setTtl(0);
     }
     return $this;
 }