# File lib/thread_safe/cache.rb, line 106
    def key(value)
      each_pair {|k, v| return k if v == value}
      nil
    end