class ActiveRecord::ConnectionAdapters::SchemaReflection

def cache(pool)

def cache(pool)
  @cache ||= load_cache(pool) || empty_cache
end