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