instance method
cache_store=
Ruby on Rails 5.1.7
Since v5.0.7.2Signature
cache_store=(store)
No documentation comment.
Parameters
-
storereq
Source
# File actionpack/lib/abstract_controller/caching.rb, line 15
def cache_store=(store)
config.cache_store = ActiveSupport::Cache.lookup_store(store)
end
Defined in actionpack/lib/abstract_controller/caching.rb line 15
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Caching::ConfigMethods