コード例 #1
0
 /**
  * Index cache collection
  *
  * @return object
  */
 protected function indexCacheCollection()
 {
     (new CacheCollection())->make([$this->getCacheKey()])->setKey($this->model->getCacheCollectionKey())->index();
     return $this;
 }