method
possible_cache_available?
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaReflection
possible_cache_available?()private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 110
def possible_cache_available?
self.class.use_schema_cache_dump &&
@cache_path &&
File.file?(@cache_path)
end