Ejemplo n.º 1
0
 /**
  * @param string $action
  *
  * @return mixed
  * @throws \ACP3\Core\Controller\Exception\ResultNotExistsException
  */
 public function execute($action = '')
 {
     return $this->actionHelper->handleDeleteAction($action, function (array $items) {
         $result = $this->seoModel->delete($items);
         $this->seoCache->saveCache();
         return $result;
     });
 }
 public function execute()
 {
     $this->cache->saveCache();
 }