class ActionDispatch::RailsEntityStore

def exist?(key)

def exist?(key)
  @store.exist?(key)
end