Esempio n. 1
0
 /**
  * Reset RSS cache
  *
  * @return boolean success if cache clear or didn't exist
  */
 public static function reset_cache()
 {
     $cachedir = moodle_simplepie::get_cache_directory();
     return remove_dir($cachedir);
 }