コード例 #1
0
 /**
  * @return bool
  */
 public function isCacheEnabled()
 {
     return $this->segmentRepository->isCacheEnabled() || $this->userUpload->isCacheEnabled();
 }