class Middleman::Sitemap::Store

def reset_lookup_cache!

def reset_lookup_cache!
  @lock.synchronize {
    @_lookup_by_path = {}
    @_lookup_by_destination_path = {}
  }
end