There's no documentation for this item.
Source Code
# File initializer.rb, line 227 def initialize_cache unless defined?(RAILS_CACHE) silence_warnings { Object.const_set "RAILS_CACHE", ActiveSupport::Cache.lookup_store(configuration.cache_store) } end end
<code/>and<pre/>for code samples.