# File lib/request_store.rb, line 46
  def self.fetch(key)
    store[key] = yield unless exist?(key)
    store[key]
  end