コード例 #1
0
 /**
  * Remember and index.
  *
  * @return $this
  */
 protected function rememberIndex()
 {
     if ($this->model->getTtl()) {
         $this->indexCacheCollection();
     }
     return $this;
 }