Example #1
0
 /**
  * Deletes the public cache folder.
  */
 public static function delete_cache_directory()
 {
     self::delete_directory(Template::cache());
 }