private Method

Configuration.default_cache_store

There's no documentation for this item.

Source Code

# 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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.