class method
self.new
Ruby on Rails 7.1.6
Since v4.1.16Signature
self.new(*)
No documentation comment.
Parameters
-
argsrest
Source
# File activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb, line 55
def initialize(*)
super
@query_cache = {}
@query_cache_enabled = false
@query_cache_max_size = nil
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb line 55
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::QueryCache