class ActionDispatch::RailsMetaStore

def initialize(store = RAILS_CACHE)

TODO: Finally deal with the RAILS_CACHE global
def initialize(store = RAILS_CACHE)
  @store = store
end