class ActionDispatch::RailsEntityStore

def initialize(store = Rails.cache)

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