Class: ActiveRecord::QueryCache
- Inherits:
-
Object
- Object
- ActiveRecord::QueryCache
- Defined in:
- lib/active_record/query_cache.rb
Overview
Active Record Query Cache
Defined Under Namespace
Modules: ClassMethods, ExecutorHooks
Class Method Summary collapse
Class Method Details
.install_executor_hooks(executor = ActiveSupport::Executor) ⇒ Object
:nodoc:
58 59 60 |
# File 'lib/active_record/query_cache.rb', line 58 def self.install_executor_hooks(executor = ActiveSupport::Executor) # :nodoc: executor.register_hook(ExecutorHooks) end |