public function indexAction()
 {
     Translation_Model_Manager::generate();
     Centurion_Signal::factory('clean_cache')->send($this);
     Centurion_Loader_PluginLoader::cleanCache(Centurion_Loader_PluginLoader::getIncludeFileCache());
     Centurion_Loader_PluginLoader::setStaticCachePlugin(null);
 }
 public function postAction()
 {
     parent::postAction();
     Translation_Model_Manager::generate();
     $this->getInvokeArg('bootstrap')->getResource('cachemanager')->clean(Zend_Cache::CLEANING_MODE_ALL);
 }