class Importmap::Map

def clear_cache

def clear_cache
  @cached_json = nil
  @cached_preloaded_module_paths = nil
end