new(store = RAILS_CACHE)
TODO: Finally deal with the RAILS_CACHE global
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 12 def initialize(store = RAILS_CACHE) @store = store end