# File lib/moneta/memcache.rb, line 18
    def key?(key)
      !self[key].nil?
    end