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