# File lib/action_controller/caching.rb, line 43 def cache_store config.cache_store end
# File lib/action_controller/caching.rb, line 47 def cache_store=(store) config.cache_store = ActiveSupport::Cache.lookup_store(store) end
# File lib/action_controller/caching.rb, line 53 def cache_configured? perform_caching && cache_store end