instance method perform_action_with_caching

Ruby on Rails 2.2.3

Since v2.2.3 Last seen in v2.2.3

Signature

perform_action_with_caching()

No documentation comment.

Source
# File actionpack/lib/action_controller/caching/sql_cache.rb, line 11
        def perform_action_with_caching
          ActiveRecord::Base.cache do
            perform_action_without_caching
          end
        end

Defined in actionpack/lib/action_controller/caching/sql_cache.rb line 11 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::Caching::SqlCache

Type at least 2 characters to search.

↑↓ navigate · open · esc close