There's no documentation for this item.
# File initializer.rb, line 666 def default_cache_store if File.exist?("#{root_path}/tmp/cache/") [ :file_store, "#{root_path}/tmp/cache/" ] else :memory_store end end
<code/>
<pre/>
<code/>and<pre/>for code samples.