method

possible_cache_available?

rails latest stable - Class: ActiveRecord::ConnectionAdapters::SchemaReflection
possible_cache_available?()
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 118
        def possible_cache_available?
          self.class.use_schema_cache_dump &&
            @cache_path &&
            File.file?(@cache_path)
        end