Defines the storage option for cached fragments
# File action_controller/caching.rb, line 39 def self.cache_store=(store_option) @@cache_store = ActiveSupport::Cache.lookup_store(store_option) end
<code/>
<pre/>
<code/>and<pre/>for code samples.