# File lib/moneta/redis.rb, line 16
    def key?(key)
      !@cache[key].nil?
    end