class Sorbet::Private::HiddenMethodFinder

def constant_cache

def constant_cache
  @cache ||= Sorbet::Private::ConstantLookupCache.new
  @cache
end