instance method
connection_cache_key
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v7.1.6 Private — implementation detail, not part of the public APISignature
connection_cache_key(thread)
No documentation comment.
Parameters
-
threadreq
Source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 585
def connection_cache_key(thread)
thread
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb line 585
· View on GitHub
· Improve this page
· Find usages on GitHub