Source: show | on GitHub
# File actionpack/lib/action_controller/caching.rb, line 43 43: def cache_store 44: config.cache_store 45: end
# File actionpack/lib/action_controller/caching.rb, line 47 47: def cache_store=(store) 48: config.cache_store = ActiveSupport::Cache.lookup_store(store) 49: end