class Middleman::Sitemap::Store

def reset_lookup_cache!

def reset_lookup_cache!
  @_lookup_by_path = {}
  @_lookup_by_destination_path = {}
end