Module ActionController::Caching::SqlCache
In: vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb

Methods

Protected Instance methods

[Source]

    # File vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb, line 11
11:         def perform_action_with_caching
12:           ActiveRecord::Base.cache do
13:             perform_action_without_caching
14:           end
15:         end

[Validate]