class ActiveRecord::DatabaseConfigurations::HashConfig

def schema_cache_path

filename will be read from ENV or a default will be derived.
The path to the schema cache dump file for a database. If omitted, the
def schema_cache_path
  configuration_hash[:schema_cache_path]
end