instance method
schema_cache=
Ruby on Rails 6.1.7.10
Since v4.0.13 Last seen in v7.0.10Signature
schema_cache=(cache)
No documentation comment.
Parameters
-
cachereq
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 212
def schema_cache=(cache)
cache.connection = self
@pool.set_schema_cache(cache)
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 212
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter