# File lib/mongo/collection/view.rb, line 96
      def hash
        [ collection.namespace, options.hash, filter.hash ].hash
      end