# File lib/moneta/adapters/couch.rb, line 38
      def key?(key, options = {})
        @backend.head(key).status == 200
      end