# File lib/moneta.rb, line 10
    def key?(key)
      check_expired(key)
      super
    end