# File lib/request_store.rb, line 42
  def self.exist?(key)
    store.key?(key)
  end