Esempio n. 1
0
 public function getCacheKey() : array
 {
     $key = parent::getCacheKey();
     $key[] = $this->paginator->getBase();
     $key[] = $this->paginator->getPage();
     $key[] = $this->paginator->getItemsPerPage();
     return $key;
 }