class Aws::S3::BucketRegionCache

def clear

Other tags:
    Api: - private
def clear
  @mutex.synchronize { @regions = {} }
end