AbstractController::Caching::ConfigMethods Ruby on Rails 5.1.2 Module AbstractController::Caching::ConfigMethods actionpack/lib/abstract_controller/caching.rb Methods C cache_store, cache_store= Instance Public methods cache_store() Link Source: show | on GitHub # File actionpack/lib/abstract_controller/caching.rb, line 11 def cache_store config.cache_store end cache_store=(store) Link Source: show | on GitHub # File actionpack/lib/abstract_controller/caching.rb, line 15 def cache_store=(store) config.cache_store = ActiveSupport::Cache.lookup_store(store) end