class ActionDispatch::RailsMetaStore

def initialize(store = Rails.cache)

def initialize(store = Rails.cache)
  @store = store
end