Example #1
0
 public function indexAction()
 {
     // Set cache control - in our case /data will refresh the cache
     Cache::$alwaysUseCache = true;
     $sm = $this->dataAction();
     $sm->setTerminal(false);
     return $sm;
 }