# File lib/thread_safe/cache.rb, line 98
    def each_key
      each_pair {|k, v| yield k}
    end