class ActiveRecord::ConnectionAdapters::SchemaReflection
def possible_cache_available?
def possible_cache_available? self.class.use_schema_cache_dump && @cache_path && File.file?(@cache_path) end
def possible_cache_available? self.class.use_schema_cache_dump && @cache_path && File.file?(@cache_path) end