Methods
Protected Instance methods
[ show source ]
# File 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