function recache() { $this->model->flagRecache(); parent::display(); }
function recache() { $this->assignViewModel('recache'); $this->model->flagRecache(); parent::display(); }