# File lib/moneta/adapters/pstore.rb, line 27
      def key?(key, options = {})
        @backend.transaction(true) { @backend.root?(key) }
      end