instance method
cache_store=
Ruby on Rails 4.1.16
Since v3.0.20 Last seen in v4.2.9Signature
cache_store=(store)
No documentation comment.
Parameters
-
storereq
Source
# File actionpack/lib/action_controller/caching.rb, line 39
def cache_store=(store)
config.cache_store = ActiveSupport::Cache.lookup_store(store)
end
Defined in actionpack/lib/action_controller/caching.rb line 39
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Caching::ConfigMethods