public function check_cache()
 {
     Analyse::cleanup_cache($this->cache_dir, 1);
     $this->redirect();
 }