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