# File lib/mongoid/criterion/optional.rb, line 33
      def cache
        clone.tap { |crit| crit.options.merge!(:cache => true) }
      end