# File app/controllers/metarep_controller.rb, line 279
  def expire_tree_cache
    #run this after the metadata is reloaded
    expire_page(:action => 'tree')
    tree_location_build
    render :layout => 'simple'
  end