Module: ActionController::Caching::ConfigMethods
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
::ActionController::Base,
::ActionController::Caching,
::ActionView::TestCase::TestController,
Rails::ApplicationController,
Rails::InfoController,
Rails::MailersController,
Rails::WelcomeController
| |
Defined in: | actionpack/lib/action_controller/caching.rb |
Instance Attribute Summary
Instance Attribute Details
#cache_store (rw)
[ GitHub ]# File 'actionpack/lib/action_controller/caching.rb', line 35
def cache_store config.cache_store end
#cache_store=(store) (rw)
[ GitHub ]# File 'actionpack/lib/action_controller/caching.rb', line 39
def cache_store=(store) config.cache_store = ActiveSupport::Cache.lookup_store(store) end