# File lib/action_controller/caching.rb, line 44 44: def cache_store 45: config.cache_store 46: end
# File lib/action_controller/caching.rb, line 48 48: def cache_store=(store) 49: config.cache_store = ActiveSupport::Cache.lookup_store(store) 50: end
# File lib/action_controller/caching.rb, line 54 54: def cache_configured? 55: perform_caching && cache_store 56: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.