/**
  * Remove module cache
  * @return void     * 
  */
 public static function clearModuleCache()
 {
     $cache = Uni_Fox::getCache();
     $cache->clean(Zend_Cache::CLEANING_MODE_ALL);
 }