Flowdock
method

cache_store=

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: ActionController::Caching::ConfigMethods
cache_store=(store) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/caching.rb, line 47
      def cache_store=(store)
        config.cache_store = ActiveSupport::Cache.lookup_store(store)
      end
Register or log in to add new notes.