class ISO3166::Data

def cache

def cache
  @@semaphore.synchronize do
    update_cache
  end
end